Closed psadil closed 1 month ago
Sorry, but it's not clear to me why that test is failing. I guess it's this doctest? https://github.com/nipreps/sdcflows/blob/1350d57ee0297a3c56342e2b1bf2e5a327a2cb1b/sdcflows/utils/wrangler.py#L107-L113
Ah, it's global state and parallel tests interacting poorly. I'll figure out what's needed to isolate the state better.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.68%. Comparing base (
18e5e95
) to head (85e0197
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #461
The chosen radius (5 voxels) is a bit of a guess based on what has worked in the dataset where I was noticing failures. Input on a more systematic way to select this would be welcome.