-
Notifications
You must be signed in to change notification settings - Fork 532
FSL FIX wrapper #1780
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
FSL FIX wrapper #1780
Conversation
Is there anything I need to do here? It doesn't seem like the first test (continuous-integration/travis-ci/pr) failed due to a reason related to the fix.py file. |
@djarecka - the segfault is back! |
@wmpauli - can you please merge your repo with the new nipy:master? We changed the testing framework a few months ago, CI is testing according to your branch and tries to run nosetest, that is not supported anymore. @satra - travis is "fixed" :) but it looks like the segfault is real, and since wpauli's master is pretty old, it looks like this segfault might have been with us for a while... we should ask people to run travis 50times before accepting PR ;-) Will have to try to reproduce on my laptop, in 3 cases I saw it was always py27. |
Codecov Report
@@ Coverage Diff @@
## master #1780 +/- ##
==========================================
- Coverage 69.83% 69.81% -0.03%
==========================================
Files 1047 1048 +1
Lines 52050 52166 +116
Branches 7661 7658 -3
==========================================
+ Hits 36349 36418 +69
- Misses 14123 14163 +40
- Partials 1578 1585 +7
Continue to review full report at Codecov.
|
@djarecka Sorry about that. I merged, but it still segfaults for the python 2.7 build, with installing_deb_dependencies=true. |
@wmpauli - thanks for merging. The segfault is probably not related to your changes, I've seen segfautls recently in other branches. It doesn't occur every single time, and can jump from one environment to another, just stays within py27. We have to figure this out. @satra - i didn't get that this is THE segfault... On my laptop I'm getting it for every run. |
I rerun the tests and everything seems green. |
Hooray! Thank you for merging.
…On Fri, Mar 3, 2017 at 11:37 AM, Chris Filo Gorgolewski < ***@***.***> wrote:
I rerun the tests and everything seems green.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1780 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGPHiUK6ZltKbLFKwfV7cat4MC5UyCiZks5riF3OgaJpZM4LkMVl>
.
|
No description provided.