-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
4c73cd6
to
d12f86b
Compare
d12f86b
to
65c49cd
Compare
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 |
8a64bf8
to
ec8487b
Compare
058792a
to
223f7df
Compare
223f7df
to
62a83aa
Compare
a773fa9
to
f920efa
Compare
There was a problem hiding this 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
6653556
to
ce64d54
Compare
Co-Authored-By: Mathias Goncalves <[email protected]>
ce64d54
to
71d8a57
Compare
not lines or | ||
not lines[0].startswith('#') or | ||
'Insight Transform File V1.0' not in lines[0] | ||
): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiny nitpick
): | |
): |
There was a problem hiding this comment.
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...
No description provided.