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: Refactor of AFNI and FSL i/o with StringStructs #39

Merged
merged 10 commits into from
Oct 30, 2019

Conversation

oesteban
Copy link
Collaborator

No description provided.

@codecov-io
Copy link

codecov-io commented Oct 29, 2019

Codecov Report

Merging #39 into master will increase coverage by 4.02%.
The diff coverage is 97.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   94.08%   98.11%   +4.02%     
==========================================
  Files           8       10       +2     
  Lines         575      742     +167     
  Branches       77       98      +21     
==========================================
+ Hits          541      728     +187     
+ Misses         18        7      -11     
+ Partials       16        7       -9
Flag Coverage Δ
#unittests 98.11% <97.21%> (+4.02%) ⬆️
Impacted Files Coverage Δ
nitransforms/io/itk.py 100% <100%> (+0.72%) ⬆️
nitransforms/io/base.py 100% <100%> (+4.34%) ⬆️
nitransforms/base.py 98.4% <100%> (-0.8%) ⬇️
nitransforms/__init__.py 100% <100%> (ø) ⬆️
nitransforms/linear.py 97.29% <89.47%> (+18.96%) ⬆️
nitransforms/io/fsl.py 94.8% <94.8%> (ø)
nitransforms/io/lta.py 98.65% <97.05%> (+0.08%) ⬆️
nitransforms/io/afni.py 98.52% <98.52%> (ø)
... and 2 more

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 71277ae...71d8a57. Read the comment docs.

@pep8speaks
Copy link

pep8speaks commented Oct 30, 2019

Hello @oesteban! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2019-10-30 16:01:12 UTC

@oesteban oesteban force-pushed the enh/io-fsl-afni branch 2 times, most recently from 058792a to 223f7df Compare October 30, 2019 01:07
@oesteban oesteban marked this pull request as ready for review October 30, 2019 06:02
@oesteban oesteban requested a review from mgxd October 30, 2019 06:02
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.

nice, looks good! though with diffs these big, I'm sure I missed something

Co-Authored-By: Mathias Goncalves <[email protected]>
not lines or
not lines[0].startswith('#') or
'Insight Transform File V1.0' not in lines[0]
):
Copy link
Member

Choose a reason for hiding this comment

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

tiny nitpick

Suggested change
):
):

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

flake8 doesn't like that...

@oesteban oesteban merged commit 04ce632 into nipy:master Oct 30, 2019
@oesteban oesteban deleted the enh/io-fsl-afni branch October 30, 2019 16:08
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.

4 participants