-
Notifications
You must be signed in to change notification settings - Fork 316
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
Use numpy 1.16 by default #1501
Conversation
6960ce0
to
7e6781d
Compare
This has uncovered a corner case bug in numpy reported here numpy/numpy#13089 |
7e6781d
to
dcb0948
Compare
Codecov Report
@@ Coverage Diff @@
## master #1501 +/- ##
=========================================
- Coverage 73.82% 73.8% -0.02%
=========================================
Files 92 92
Lines 10438 10434 -4
=========================================
- Hits 7706 7701 -5
- Misses 2732 2733 +1 |
Codecov Report
@@ Coverage Diff @@
## master #1501 +/- ##
=======================================
Coverage 72.18% 72.18%
=======================================
Files 112 112
Lines 12293 12293
=======================================
Hits 8874 8874
Misses 3419 3419 |
I'm slightly confused... The CI passed using Is it safe to merge, or should we wait for this numpy/numpy#13092 to get in first? |
@WilliamHPNielsen It is a hypothesis test that generates the issue. So it is not deterministic. We may see random failures if we merge this but they are unlikely to happen in real life. |
We can also restrict the inputs to be more realistic |
I see, thanks for explaining. I guess it's best to wait, then, depending a bit on how much work the restricting of inputs is. If it's a broad range of strategies in many tests (I guess we use linspace a lot), then it's not worth the bother, I think. |
numpy/numpy#13092 was merged. Let's see what CI says now. If there are no problems, shall we merge? @QCoDeS/core |
Yes, this was backported to numpy 1.16.3 which is released and now available in conda too |
@QCoDeS/core I think this can land now if someone approves it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move things forward
Since its now available in both Conda and Pip form