🐛 fix evaluation test

This commit is contained in:
Faylixe
2020-12-08 14:22:31 +01:00
parent c1e52f2960
commit 8a0e420080
4 changed files with 14 additions and 9 deletions

View File

@@ -101,7 +101,6 @@ def test_train():
'-p', 'useless_config.json',
'-d', path
])
raise IOError(result.stdout)
assert result.exit_code == 0
# assert that model checkpoint was created.
assert os.path.exists(join(path, 'model', 'model.ckpt-10.index'))