nitransforms icon indicating copy to clipboard operation
nitransforms copied to clipboard

ENH: Collapse linear and nonlinear transforms chains

Open oesteban opened this issue 2 years ago • 3 comments

Very undertested, but there is a new test that uses a "collapsed" transform from an ITK's .h5 file with one affine and one nonlinear (and it works).

BSpline transforms are not currently supported.

Related: #167, #169. Resolves #89.

oesteban avatar Jul 20 '22 15:07 oesteban

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.17 :warning:

Comparison is base (54ad1ea) 98.59% compared to head (fbc9228) 98.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
- Coverage   98.59%   98.42%   -0.17%     
==========================================
  Files          13       13              
  Lines        1279     1273       -6     
  Branches      184      183       -1     
==========================================
- Hits         1261     1253       -8     
- Misses         10       11       +1     
- Partials        8        9       +1     
Flag Coverage Δ
travis 96.77% <66.66%> (-0.18%) :arrow_down:
unittests 98.37% <66.66%> (-0.17%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nitransforms/linear.py 95.55% <33.33%> (-1.57%) :arrow_down:
nitransforms/manip.py 100.00% <100.00%> (ø)

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

codecov[bot] avatar Jul 20 '22 15:07 codecov[bot]

I will be resuscitating this one over this week. Thanks for your patience!

oesteban avatar Jul 10 '23 19:07 oesteban

@mattcieslak also this (I'm remembering as I go) :D

oesteban avatar May 16 '24 18:05 oesteban