Skip to content

Commit

Permalink
run on ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 1, 2024
1 parent c4db364 commit 0cf6481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test_abICS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on: [push]
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.10']
testname: [Unit, Sampling, ActiveLearn]
fail-fast: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ def train(self, train_dir = "train"):
os.path.join(os.getcwd(), "aenet.train"),
)
# command = self.train_exe + " train.in"
# print(os.getcwd())
print(os.getcwd())
# print(command)
# print(os.path.exists("train.in"))

print(self.train_exe)
while True:
# Repeat until test set error begins to rise
with open(os.path.join(os.getcwd(), "stdout"), "w") as fi:
Expand Down

0 comments on commit 0cf6481

Please sign in to comment.