Skip to content

Commit

Permalink
Update test_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jul 8, 2024
1 parent e65bc6f commit fee5dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qsiprep/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ def test_maternal_brain_project(data_dir, output_dir, working_dir):
"--mem_mb=4096",
"--output-resolution=5",
"--hmc-model=3dSHORE",
"--nthreads=1",
]

_run_and_generate(TEST_NAME, parameters, test_main=True)
Expand Down Expand Up @@ -1023,6 +1024,7 @@ def test_forrest_gump(data_dir, output_dir, working_dir):
"--write-graph",
"--mem_mb=4096",
"--output-resolution=5",
"--nthreads=1",
]

_run_and_generate(TEST_NAME, parameters, test_main=True)
Expand Down

0 comments on commit fee5dc3

Please sign in to comment.