-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Travis build fails on master #12240
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
Comments
Looks like it's a Scipy issue. Jeff has a PR here #12239.
Always a good feeling when your not the one who broke it! |
Ahh maybe I closed this too soon. Jeff's PR doesn't handle the nanops. Should we skip those for now (at least on Scipy 0.17)? It'd be good to get things passing again. |
yeah we should skip the failing parts for now |
OK, I'll see if I can fix the tests. Assumed they were new bugs from scipy, not fixes. |
Oh my, these tests are complicated :) This is the change in scipy I believe. Still trying to work out what changed... Maybe I'll put up a PR with skipifs for now :) |
Working around #12240 which we'll leave open until I (or someone more knowledgeable) can properly fix these. This skips the following tests when on scipy 0.17 - test_nansem - test_nanskew - test_nankurk Author: Tom Augspurger <[email protected]> Closes #12243 from TomAugspurger/scipy0.17 and squashes the following commits: af7039a [Tom Augspurger] TST: Skip scipy NaN test on 0.17 for now
dupe of #12235 |
https://travis-ci.org/pydata/pandas/builds/107252660
This happens since the last commit, which was merging a pull request of mine... but Travis was green for me, and beside I can't see no connection between that:
and my commit, which was about the formatting of float strings.
The text was updated successfully, but these errors were encountered: