From e65bc6fe5a43baccaea6cdb471ec006ab9c19102 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 8 Jul 2024 12:59:22 -0400 Subject: [PATCH] Fix typo. --- qsiprep/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsiprep/tests/test_cli.py b/qsiprep/tests/test_cli.py index 1e49936c..71026ee3 100644 --- a/qsiprep/tests/test_cli.py +++ b/qsiprep/tests/test_cli.py @@ -991,7 +991,7 @@ def test_maternal_brain_project(data_dir, output_dir, working_dir): "--write-graph", "--mem_mb=4096", "--output-resolution=5", - "--hmc-model-3dSHORE", + "--hmc-model=3dSHORE", ] _run_and_generate(TEST_NAME, parameters, test_main=True)