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] [DOC] ValueError in notebook output. #450

Closed mathdugre closed 5 months ago

mathdugre commented 5 months ago

Setting the dtype of alpha=np.ones_like(field) to np.float32, which is the current inferred type for field.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.21%. Comparing base (83062d1) to head (794e295). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #450 +/- ## ========================================== - Coverage 76.29% 76.21% -0.08% ========================================== Files 32 32 Lines 2809 2809 Branches 376 376 ========================================== - Hits 2143 2141 -2 - Misses 599 600 +1 - Partials 67 68 +1 ```

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