-
-
Notifications
You must be signed in to change notification settings - Fork 602
test failure in matrix/special.py #37426
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
Here is the problematic matrix, as a reproducible failing test:
|
A simpler reproducer that may shed some more light:
The doctest claims that all those should be integers. This fails not always but quite often (in the doctest, the three eigenvalues are taken at random, and we only loose when there are two eigenvalues that are both 4, both 6, or both -12, that's much less likely to happen). |
Original test (92837ca):
Current test (c1c315c)
I'm not sure this makes sense since the Still there seems to be a bug when the |
Steps To Reproduce
Environment
Checklist
The text was updated successfully, but these errors were encountered: