Skip to content

Commit 6918ecb

Browse files
committed
fix test argument
1 parent fc6199a commit 6918ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_job_spawning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_max_parallel_with_seeds(max_parallel, job_limit, seeds):
5757
"-m",
5858
"hydra.run.dir=mlp_max_parallel_with_seeds",
5959
"hydra.sweep.dir=mlp_max_parallel_with_seeds",
60-
f"+hydra.sweeper.sweeper_kwargs.max_parallelization={max_parallel}",
60+
f"hydra.sweeper.sweeper_kwargs.max_parallelization={max_parallel}",
6161
f"hydra.sweeper.n_trials={job_limit}",
6262
f"+hydra.sweeper.sweeper_kwargs.seeds={seeds}",
6363
]

0 commit comments

Comments
 (0)