-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix regression in NumPy 1.19.0 #198
Comments
We have not been able to reproduce this issue locally on MacOS. To reproduce this issue in CI:
Both values are expected to be zero, but the last value is returned as 1. This bug is causing the test to fail This was fixed in BREAKING CHANGE: Change Plane constructor (#303) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failing build with numpy 1.19.0:
https://app.circleci.com/pipelines/github/lace/polliwog/836/workflows/b88ac698-51bc-46ea-80b8-f9e57e7157d9/jobs/2618/steps
Passing build with numpy 1.18.4:
https://app.circleci.com/pipelines/github/lace/polliwog/793/workflows/dd32545c-872a-4547-9819-0de088c9f7b8/jobs/2535/steps
The text was updated successfully, but these errors were encountered: