1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

tests: fixed nightly (#301)

* tests: fixed nightly

* tests: temp testing functional tests

* tests: temp testing functional tests

* tests: add seed to -cp

* test: last fix
This commit is contained in:
anabwan
2019-05-05 08:28:57 +03:00
committed by GitHub
parent 582921ffe3
commit 740359587d
4 changed files with 15 additions and 5 deletions

View File

@@ -120,7 +120,6 @@ def test_restore_checkpoint(preset_args, clres, framework,
entities = a_utils.get_files_from_dir(checkpoint_dir)
assert len(entities) > 0
assert "checkpoint" in entities
assert any(".ckpt." in file for file in entities)
# send CTRL+C to close experiment