-
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: Add FS transform regression #74
Conversation
Best reviewed: commit by commit
|
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.
Looks good, but there must be some discrepancy with your local installation.
Looks like we're not passing the freesurfer license into the Docker container? |
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
==========================================
+ Coverage 98.63% 98.63% +<.01%
==========================================
Files 11 11
Lines 950 951 +1
Branches 129 129
==========================================
+ Hits 937 938 +1
Misses 7 7
Partials 6 6
Continue to review full report at Codecov.
|
WDYM? |
The license - you had it only locally :D. Merging... |
This PR starts the implementation of "collapsing" series of transforms, for the linear case. It is tested on real data added in the context of nipy#66, nipy#74 and nipy#75. For the moment does not cover unintended use-cases such as collapsing transform sequences containing one or more nonlinear transforms. Resolves: nipy#88
Tests are passing locally, but a bit iffy on the results.