-
Notifications
You must be signed in to change notification settings - Fork 532
FIX adapting mp2rage masking interface to new parameter names in cbstools 3 #2065
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
Conversation
When I run 'make check-before-commit' I get the following error, can anyone help me how to fix this?
|
Can you do |
Thanks that solved it. But here's a new error...
|
That one's new to me. I'd guess either traits or future might need updating, but no guarantees it will help: pip install traits>=4.6 future>=0.16.0 |
Unfortunately not, same error. |
@juhuntenburg - this clearly looks like an interaction with vtk. any chance of testing this out in the nipype docker container? or in a conda environment? in the meantime to get these changes merged, i've sent you a pull-request with the necessary changes. |
fix: check before commit
Codecov Report
@@ Coverage Diff @@
## master #2065 +/- ##
=======================================
Coverage 72.16% 72.16%
=======================================
Files 1137 1137
Lines 57194 57194
Branches 8194 8194
=======================================
Hits 41276 41276
Misses 14629 14629
Partials 1289 1289
Continue to review full report at Codecov.
|
@satra Thanks, i merged your PR and pull to my local branch, but still get the same error when running |
another PR to resolve the ica_aroma conflict. this will not resolve the issue with |
a quick conflict resolution
Ok, thanks @satra , i will try out with the nipype docker container later! |
Thanks! Still necessary to test inside the docker container ? |
@juhuntenburg - only if you wish to see that make specs runs fine outside your environment or for future PRs. if you are coming to vancouver, we should figure out what in your environment is really causing the issue. the reason we ask people to use conda or docker is to isolate the environment and control it as much as possible. |
Fixes #1473 .
Changes proposed in this pull request