diff --git a/bob/bio/base/test/test_scripts.py b/bob/bio/base/test/test_scripts.py index ddb6d9366d95cad258179a007bd489504e23f41a..c7ac7681cfdd3360e04ac24a702bdd2149341f5b 100644 --- a/bob/bio/base/test/test_scripts.py +++ b/bob/bio/base/test/test_scripts.py @@ -581,6 +581,12 @@ def test_grid_search(): assert bob.bio.base.script.grid_search.task_count == 6 # but no job in the grid assert bob.bio.base.script.grid_search.job_count == 0 + # assert that the Experiment.info files are at the right location + for p in (1,2): + for f in (1,2): + for s in (1,2): + if 2*p>f: + assert os.path.exists(os.path.join(test_dir, "test_grid_search/Default/P%d/F%d/S%d/Experiment.info"%(p,f,s))) # now, in the grid... parameters = [