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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user