Skip to content

Commit 4f4555a

Browse files
committed
update test args
1 parent 56608ea commit 4f4555a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/unit/cli/test_longitudinal.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ def base_args(tmp_path: Path) -> argparse.Namespace:
2727
session_label=[],
2828
anatomical=True,
2929
functional=False,
30+
metrics=False,
3031
tmp_dir=None,
3132
anat_template=None,
3233
ants_threads=1,
34+
atlas=["schaefer_200"],
35+
regressor=["36-parameter"],
3336
)
3437

3538

0 commit comments

Comments
 (0)