Skip to content

Commit

Permalink
Increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 2, 2023
1 parent 87dd25d commit 81029cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rapidtide/tests/test_fullrunrapidtide_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ def test_fullrunrapidtide_v2(debug=False, displayplots=False):
os.path.join(get_examples_path(), "sub-RAPIDTIDETEST_brainmask.nii.gz"),
"--refineexclude",
os.path.join(get_examples_path(), "sub-RAPIDTIDETEST_nullmask.nii.gz"),
"--offsetinclude",
os.path.join(get_examples_path(), "sub-RAPIDTIDETEST_brainmask.nii.gz"),
"--offsetexclude",
os.path.join(get_examples_path(), "sub-RAPIDTIDETEST_nullmask.nii.gz"),
"--spatialfilt",
"-1",
"--savelags",
"--autosync",
"--checkpoint",
"--saveintermediatemaps",
"--bipolar",
Expand Down
1 change: 1 addition & 0 deletions rapidtide/tests/test_fullrunrapidtide_v5.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_fullrunrapidtide_v5(debug=False, displayplots=False):
"2",
"--numnull",
"0",
"--pickleft",
]
rapidtide_workflow.rapidtide_main(rapidtide_parser.process_args(inputargs=inputargs))

Expand Down

0 comments on commit 81029cd

Please sign in to comment.