From 81029cd6e05443b9858e5721ca74446ec8b2ce64 Mon Sep 17 00:00:00 2001 From: Blaise deB Frederick Date: Thu, 2 Nov 2023 20:39:22 +0000 Subject: [PATCH] Increase test coverage --- rapidtide/tests/test_fullrunrapidtide_v2.py | 5 +++++ rapidtide/tests/test_fullrunrapidtide_v5.py | 1 + 2 files changed, 6 insertions(+) diff --git a/rapidtide/tests/test_fullrunrapidtide_v2.py b/rapidtide/tests/test_fullrunrapidtide_v2.py index a63c9f4f8..cca5b53b0 100755 --- a/rapidtide/tests/test_fullrunrapidtide_v2.py +++ b/rapidtide/tests/test_fullrunrapidtide_v2.py @@ -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", diff --git a/rapidtide/tests/test_fullrunrapidtide_v5.py b/rapidtide/tests/test_fullrunrapidtide_v5.py index 499e300e5..17c20f531 100755 --- a/rapidtide/tests/test_fullrunrapidtide_v5.py +++ b/rapidtide/tests/test_fullrunrapidtide_v5.py @@ -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))