-
Notifications
You must be signed in to change notification settings - Fork 260
WIP: Enh appveyor debug #676
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
861eedf
to
985e6f7
Compare
Re-enable printing python, numpy versions Also disable RDP debugging for now
FWIW @effigies - numpy is the same but the dtype is a different beast:
|
…ther more warnings etc
4e5503b
to
e82d96d
Compare
☔ The latest upstream changes (presumably #678) made this pull request unmergeable. Please resolve the merge conflicts. |
Just as an update, still happening intermittently on master: https://ci.appveyor.com/project/nipy/nibabel/builds/19462742 |
I think our best bet is to try to bisect it to when it started to happen/commit which lead to it (if it is nibabel issue and now external library/python). When did you say it started -- June'ish? |
June 8 was the first I could find digging through AppVeyor history. It was on #638. I found nothing in AppVeyor's logs that indicate a change to 3.4 or 3.5 around that time. I haven't looked at numpy releases. Perhaps we should start by pinning older versions of numpy? |
so the code before #638 merge does or doesn't fail if we run it in current appveyor setup? ;-) |
it might be worth ;-) and if fails - a month or two before... also - does appveyor merge master prior running or just uses PR's version? |
This effort is dead. The bug seems to be happening less lately, so hopefully whatever was going on over at AppVeyor is resolved. I think if this recurs, we should think about moving to Azure Pipelines for Windows tests. |
No description provided.