-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: Repair search for precomputed transforms #3369
Conversation
Thanks for opening this pull request! It looks like this is your first time contributing to fMRIPrep. 😄 |
daa7d49
to
69695ff
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3369 +/- ##
==========================================
+ Coverage 71.03% 71.59% +0.55%
==========================================
Files 56 57 +1
Lines 4233 4249 +16
Branches 638 639 +1
==========================================
+ Hits 3007 3042 +35
+ Misses 1114 1091 -23
- Partials 112 116 +4 ☔ View full report in Codecov by Sentry. |
f935685
to
bd290fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments on the test:
Avoid possible bugs in `io_spec.json` during test Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Simplify assertion in test for loaded transforms Co-authored-by: Chris Markiewicz <effigies@gmail.com>
…eparing to call collect_derivatives Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
For remaining issues, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Would you mind writing a similar test for the boldref
volumes? Can be in this PR or separate. I think we'll need to flip the direction of the q/entities
again.
👍🏻 #3370 |
24.1.1 (October 10, 2024) Bug fix release in the 24.1.x series. Precomputed functional derivatives were not being correcly detected, and a couple fixes for rare issues. * FIX: Remove checks for unit zooms and symmetric rotations in template warp (#3376) * FIX: Stop excluding FS minc_modify_header used during fallback registration (#3372) * FIX: Repair search for precomputed bold references (#3370) * FIX: Repair search for precomputed transforms (#3369)
* Update fMRIPrep version. * Update linting rules. * Run ruff --fix. * Fix some style issues. * Fix remaining ruff issues. * Update more stuff. * Update test_cli.py * Run ruff format. * Fix stuff. * Keep bringing it up to date. * Fix things up some more. * Keep working. * Update config.py * Fix. * Update base.py * Update bids.py * Update. * Update run.py * Use init_bold_fsLR_resampling_wf from fMRIPrep. * Fix generate_reports calls. * Don't try to invert. * Use internal copy of generate_reports. * Add `--aggregate-session-reports`. * Update report specs. * Update asl.py * Fix a couple of things. * Update io_spec.json * Reproduce nipreps/fmriprep#3369.
Changes proposed in this pull request
Closes #3368
This required massaging several kinks from
collect_derivatives
, so careful review of that would be appreciated.Documentation that should be reviewed