nipy / nitransforms

a standalone fork of nipy/nibabel#656
https://nitransforms.readthedocs.io
MIT License
28 stars 15 forks source link

FIX: Inefficient iterative reloading of reference and moving images #186

Closed oesteban closed 8 months ago

oesteban commented 8 months ago

The list comprehension had nb.loads and other method calls continously happening when converting the affine array into RAS.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (1674e86) 96.95% compared to head (01cfcbc) 96.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #186 +/- ## ========================================== + Coverage 96.95% 96.97% +0.02% ========================================== Files 13 13 Lines 1279 1289 +10 Branches 184 252 +68 ========================================== + Hits 1240 1250 +10 Misses 33 33 Partials 6 6 ```

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