Skip to content
Snippets Groups Projects
Commit 6908db95 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[test.test_cli] Test mp with a single process (does not work on mac cis)

parent 96ae0825
No related branches found
No related tags found
1 merge request!26Multiproc data loading
Pipeline #52019 failed
......@@ -82,7 +82,7 @@ def _check_experiment_stare(caplog, overlay, multiprocess=False):
if overlay:
options += ["--overlayed"]
if multiprocess:
options += ["--multiproc-data-loading=2"]
options += ["--multiproc-data-loading=1"]
result = runner.invoke(experiment, options)
_assert_exit_0(result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment