Skip to content

Commit

Permalink
Update rapidtide version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 9, 2024
1 parent db47088 commit a7068a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"nitransforms == 23.0.1",
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
"pybids >= 0.15.6",
"rapidtide == 2.9.5.2",
"rapidtide == 2.9.8",
"sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
"typer",
Expand Down
8 changes: 4 additions & 4 deletions src/fmripost_rapidtide/tests/test_utils_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def test_collect_derivatives_minimal(minimal_ignore_list):
# TODO: Add bold_mask_native to the dataset
# 'bold_mask_native': 'sub-01_task-mixedgamblestask_run-01_desc-brain_mask.nii.gz',
'bold_mask_native': None,
'confounds': None,
'hmc': (
'bold_confounds': None,
'bold_hmc': (
'sub-01_task-mixedgamblestask_run-01_from-orig_to-boldref_mode-image_desc-hmc_xfm.txt'
),
'boldref2anat': (
Expand Down Expand Up @@ -123,8 +123,8 @@ def test_collect_derivatives_full(full_ignore_list):
'mask.nii.gz'
),
'bold_mask_native': None,
'confounds': 'sub-01_task-mixedgamblestask_run-01_desc-confounds_timeseries.tsv',
'hmc': (
'bold_confounds': 'sub-01_task-mixedgamblestask_run-01_desc-confounds_timeseries.tsv',
'bold_hmc': (
'sub-01_task-mixedgamblestask_run-01_from-orig_to-boldref_mode-image_desc-hmc_xfm.txt'
),
'boldref2anat': (
Expand Down
1 change: 1 addition & 0 deletions ‎tests/data/ds000005-fmriprep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Subproject commit caeb5acc567ddc94846bfa9e801088a7be3085c0

0 comments on commit a7068a5

Please sign in to comment.