nipype icon indicating copy to clipboard operation
nipype copied to clipboard

[WIP][FIX] Bug ApplyInverseTransform

Open davidmeunier79 opened this issue 3 years ago • 2 comments

corrected field -> out{1}.pull for in_files and interpolation

davidmeunier79 avatar Apr 14 '21 14:04 davidmeunier79

I'm concerned that this works with the newest version, but will break older scripts. I'm not familiar enough with SPM to say.

effigies avatar Apr 30 '21 21:04 effigies

Codecov Report

Merging #3326 (527699c) into master (ea117f2) will decrease coverage by 0.03%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3326      +/-   ##
==========================================
- Coverage   65.04%   65.01%   -0.04%     
==========================================
  Files         302      302              
  Lines       40035    40035              
  Branches     5291     5291              
==========================================
- Hits        26042    26029      -13     
- Misses      12927    12935       +8     
- Partials     1066     1071       +5     
Flag Coverage Δ
unittests 64.71% <0.00%> (-0.04%) :arrow_down:

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

Impacted Files Coverage Δ
nipype/interfaces/spm/utils.py 60.59% <0.00%> (ø)
nipype/pipeline/plugins/legacymultiproc.py 65.68% <0.00%> (-3.44%) :arrow_down:
nipype/pipeline/plugins/base.py 58.08% <0.00%> (-1.65%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ea117f2...527699c. Read the comment docs.

codecov[bot] avatar Apr 30 '21 22:04 codecov[bot]