Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: First implementation of AFNI displacement fields #50

Merged
merged 10 commits into from
Nov 14, 2019

Conversation

smoia
Copy link
Contributor

@smoia smoia commented Nov 12, 2019

Closes #5 .

Copy link
Collaborator

@oesteban oesteban left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking great - the tests failing are related to oblique images, which is being addressed in #49 (I'll change the title of that one when I push my latest changes).

Just a minor comment to allow tests to fail 👍

@oesteban oesteban requested a review from mgxd November 13, 2019 13:49
Copy link
Member

@mgxd mgxd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, looks good! Super tiny nitpick

@codecov-io
Copy link

codecov-io commented Nov 13, 2019

Codecov Report

Merging #50 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   98.74%   98.76%   +0.01%     
==========================================
  Files          10       10              
  Lines         799      811      +12     
  Branches      105      106       +1     
==========================================
+ Hits          789      801      +12     
  Misses          6        6              
  Partials        4        4
Flag Coverage Δ
#unittests 98.76% <100%> (+0.01%) ⬆️
Impacted Files Coverage Δ
nitransforms/io/itk.py 100% <100%> (ø) ⬆️
nitransforms/io/base.py 100% <100%> (ø) ⬆️
nitransforms/io/afni.py 98.7% <100%> (+0.17%) ⬆️

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 ed7e8ad...845f5b0. Read the comment docs.

@pep8speaks
Copy link

Hello @smoia! Thanks for updating this PR.

Line 326:1: E302 expected 2 blank lines, found 1

@oesteban oesteban merged commit bd03cce into nipy:master Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read in 3dQwap deformation fields
5 participants