Skip to content

Commit 1dd5f54

Browse files
committed
Update test.py
1 parent 2506496 commit 1dd5f54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
import os
33
import glob
44

5+
56
def test_model():
6-
os.system('python scripts/main.py -config=configs/debugger.cellbox.json')
7-
files = glob.glob('results/Debugging_*/b11_000/3_best.W*')
7+
os.system('python scripts/main.py -config=configs/Example.minimal.json')
8+
files = glob.glob('results/Debugging_*/seed_000/3_best.W*')
89
assert len(files)==1
910

11+
1012
if __name__ == '__main__':
1113

1214
pytest.main(args=['-sv', os.path.abspath(__file__)])

0 commit comments

Comments
 (0)