Skip to content
Snippets Groups Projects
Commit 672f7c80 authored by Manuel Günther's avatar Manuel Günther
Browse files

Updated keywords in tests

parent 88eca591
Branches
Tags
No related merge requests found
...@@ -87,7 +87,7 @@ def test_gmm_parallel(): ...@@ -87,7 +87,7 @@ def test_gmm_parallel():
'-p', 'dummy', '-p', 'dummy',
'-e', 'dummy2d', '-e', 'dummy2d',
'-a', 'bob.bio.gmm.algorithm.GMM(2, 2, 2)', '--import', 'bob.bio.gmm', 'bob.io.image', '-a', 'bob.bio.gmm.algorithm.GMM(2, 2, 2)', '--import', 'bob.bio.gmm', 'bob.io.image',
'-g', 'bob.bio.base.grid.Grid(grid = "local", number_of_parallel_processes = 2, scheduler_sleep_time = 0.1)', '-G', test_database, '--run-local-scheduler', '--stop-on-failure', '-g', 'bob.bio.base.grid.Grid(grid_type = "local", number_of_parallel_processes = 2, scheduler_sleep_time = 0.1)', '-G', test_database, '--run-local-scheduler', '--stop-on-failure',
'--clean-intermediate', '--clean-intermediate',
'--zt-norm', '--zt-norm',
'-s', 'test_gmm_parallel', '-s', 'test_gmm_parallel',
...@@ -129,7 +129,7 @@ def test_isv_parallel(): ...@@ -129,7 +129,7 @@ def test_isv_parallel():
'-p', 'dummy', '-p', 'dummy',
'-e', 'dummy2d', '-e', 'dummy2d',
'-a', 'bob.bio.gmm.algorithm.ISV(10, number_of_gaussians=2, kmeans_training_iterations=2, gmm_training_iterations=2, isv_training_iterations=2)', '--import', 'bob.bio.gmm', 'bob.io.image', '-a', 'bob.bio.gmm.algorithm.ISV(10, number_of_gaussians=2, kmeans_training_iterations=2, gmm_training_iterations=2, isv_training_iterations=2)', '--import', 'bob.bio.gmm', 'bob.io.image',
'-g', 'bob.bio.base.grid.Grid(grid = "local", number_of_parallel_processes = 2, scheduler_sleep_time = 0.1)', '-G', test_database, '--run-local-scheduler', '--stop-on-failure', '-g', 'bob.bio.base.grid.Grid(grid_type = "local", number_of_parallel_processes = 2, scheduler_sleep_time = 0.1)', '-G', test_database, '--run-local-scheduler', '--stop-on-failure',
'--clean-intermediate', '--clean-intermediate',
'--zt-norm', '--zt-norm',
'-s', 'test_isv_parallel', '-s', 'test_isv_parallel',
...@@ -171,7 +171,7 @@ def test_ivector_parallel(): ...@@ -171,7 +171,7 @@ def test_ivector_parallel():
'-p', 'dummy', '-p', 'dummy',
'-e', 'dummy2d', '-e', 'dummy2d',
'-a', 'bob.bio.gmm.algorithm.IVector(10, number_of_gaussians=2, kmeans_training_iterations=2, gmm_training_iterations=2, tv_training_iterations=2)', '--import', 'bob.bio.gmm', 'bob.io.image', '-a', 'bob.bio.gmm.algorithm.IVector(10, number_of_gaussians=2, kmeans_training_iterations=2, gmm_training_iterations=2, tv_training_iterations=2)', '--import', 'bob.bio.gmm', 'bob.io.image',
'-g', 'bob.bio.base.grid.Grid(grid = "local", number_of_parallel_processes = 2, scheduler_sleep_time = 0.1)', '-G', test_database, '--run-local-scheduler', '--stop-on-failure', '-g', 'bob.bio.base.grid.Grid(grid_type = "local", number_of_parallel_processes = 2, scheduler_sleep_time = 0.1)', '-G', test_database, '--run-local-scheduler', '--stop-on-failure',
'--clean-intermediate', '--clean-intermediate',
'--zt-norm', '--zt-norm',
'-s', 'test_ivector_parallel', '-s', 'test_ivector_parallel',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment