Open bpinsard opened 1 month ago
Also, it seems there was no test for force_fmapless=True
.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.75%. Comparing base (
656a51d
) to head (a2a6877
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Not sure how that will behave with multi-subject cases, seee https://github.com/nipreps/sdcflows/issues/455 . Maybe that should be covered in tests.
When force_fmapless is used on top of self-correcting pepolar bold, the fmapless estimator will get it's name from B0FieldIdentifier, creating a duplicate. For now I just created a test to replicate that behavior and triggering the error that this PR will try to fix.