Closed mgxd closed 8 months ago
Attention: Patch coverage is 89.18919%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 78.59%. Comparing base (
2355035
) to head (9f13a86
). Report is 5 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
smriprep/interfaces/templateflow.py | 92.00% | 2 Missing :warning: |
smriprep/workflows/outputs.py | 81.81% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This addresses https://github.com/nipreps/fmriprep/issues/3240, a few changes were necessary:
templateflow.api.get()
)sloppy
parameter toinit_template_iterator_wf
, since the T1w/brain mask's resolution (used inSpatialNormalization
) depends on this parameter as well.I stripped out most of the logic in
TemplateFlowSelect
to avoid duplicating the behavior, since it is essentially linked.