nipreps / sdcflows

Susceptibility Distortion Correction (SDC) workflows for EPI MR schemes
https://www.nipreps.org/sdcflows
Apache License 2.0
32 stars 26 forks source link

FIX: Revision of the B-Spline fitting code #453

Closed oesteban closed 4 months ago

oesteban commented 5 months ago

Several issues are addressed:

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.

Project coverage is 76.33%. Comparing base (bb89bdc) to head (1883c15).

Files Patch % Lines
sdcflows/workflows/fit/fieldmap.py 33.33% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #453 +/- ## ========================================== + Coverage 76.21% 76.33% +0.11% ========================================== Files 32 32 Lines 2809 2814 +5 Branches 376 376 ========================================== + Hits 2141 2148 +7 + Misses 600 598 -2 Partials 68 68 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

oesteban commented 4 months ago

This resolves Sunjae's dataset issue and brings all test back to green. Merging...