Skip to content

Commit 3f95864

Browse files
author
Carlos Hernandez
committed
add test
1 parent 62dfa3c commit 3f95864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osprey/tests/test_cli_worker_and_dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_torch_example():
151151

152152
try:
153153
os.chdir(dirname)
154-
subprocess.check_call([OSPREY_BIN, 'skeleton', '-t', 'torch_example',
154+
subprocess.check_call([OSPREY_BIN, 'skeleton', '-t', 'torch',
155155
'-f', 'config.yaml'])
156156
subprocess.check_call([OSPREY_BIN, 'worker', 'config.yaml', '-n', '1'])
157157
assert os.path.exists('osprey-trials.db')

0 commit comments

Comments
 (0)