-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
a possible MA regression #7509
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
@ahaldane can you have a look? EDIT: I could even imagine that it is a scipy bug working around a not working keepdims, in which case we would have to see what the best solution is. |
But this is cool that we now notice this stuff very soon :). |
I see the bug, it's because my code for
|
Impressive that we and the test suit missed that ;). |
ahaldane
added a commit
to ahaldane/numpy
that referenced
this issue
Apr 5, 2016
Follow up to numpy#5706. Fixes numpy#7509
charris
pushed a commit
to charris/numpy
that referenced
this issue
Jun 30, 2016
Follow up to numpy#5706. Fixes numpy#7509
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scipy tests started failing today with numpy from travis-dev-wheels.
The failure is in mstats: https://travis-ci.org/scipy/scipy/builds/120882377
The failing test does this:
and bisecting indicates
which is, it seems, gh-5706?
The text was updated successfully, but these errors were encountered: