nipy / nitransforms

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

ENH: Load ITK's ``.mat`` files with ``Affine``'s loaders #179

Closed oesteban closed 1 year ago

oesteban commented 1 year ago

Resolves a bug that disabled loading ITK matlab files unless you used the low-level io utility.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (8b31bf2) 98.58% compared to head (9b8c363) 98.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #179 +/- ## ========================================== + Coverage 98.58% 98.59% +0.01% ========================================== Files 13 13 Lines 1268 1279 +11 Branches 182 184 +2 ========================================== + Hits 1250 1261 +11 Misses 10 10 Partials 8 8 ``` | Flag | Coverage Δ | | |---|---|---| | travis | `96.95% <100.00%> (+0.02%)` | :arrow_up: | | unittests | `98.54% <100.00%> (+0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/nipy/nitransforms/pull/179?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy) | Coverage Δ | | |---|---|---| | [nitransforms/io/fsl.py](https://app.codecov.io/gh/nipy/nitransforms/pull/179?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-bml0cmFuc2Zvcm1zL2lvL2ZzbC5weQ==) | `91.74% <100.00%> (ø)` | | | [nitransforms/io/itk.py](https://app.codecov.io/gh/nipy/nitransforms/pull/179?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-bml0cmFuc2Zvcm1zL2lvL2l0ay5weQ==) | `100.00% <100.00%> (ø)` | | | [nitransforms/linear.py](https://app.codecov.io/gh/nipy/nitransforms/pull/179?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipy#diff-bml0cmFuc2Zvcm1zL2xpbmVhci5weQ==) | `97.12% <100.00%> (+0.15%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.