Skip to content

Commit

Permalink
use only one process
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Dec 12, 2024
1 parent ed1c147 commit c25fcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/test_aodf_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ def test_execution_symmetric_input(script_runner, monkeypatch):
ret = script_runner.run('scil_aodf_metrics.py', in_fodf,
'--sphere', 'repulsion100', '--not_all',
'--nufid', 'nufid.nii.gz',
'--processes', '2')
'--processes', '1')
assert not ret.success

0 comments on commit c25fcd8

Please sign in to comment.