-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
TestTwoQubitWeylDecompositionSpecialization test failures in CI #11676
Comments
probably related, |
Ok, the recent Numpy / Python theories just went out the window because it's just happened on Numpy 1.24.4 with Python 3.8: https://dev.azure.com/qiskit-ci/qiskit/_build/results?buildId=55092&view=logs&j=80763036-ed5e-5d3e-143d-8ae8edc29f03&t=fbe37352-a804-5c65-db48-e3b769f64c22. (I've retained that log, so it should stick around.) The VM in question has a SkylakeX. Copying in the relevant output from the logs:
Failure:
|
I think we can probably close this as fixed by #11946 since I haven't seen this since that merged. However, I know #13176 is failing the merge queue with this issue but on the |
Environment
What is happening?
There are several two qubit weyl decomposition tests failing in CI occasionally now. This has happened twice that I've observed and my guess is it's a numeric precision issue coming from some environment difference. Examples of the failures are:
and
How can we reproduce the issue?
Have CI fail, such as: https://dev.azure.com/qiskit-ci/qiskit/_build/results?buildId=53980&view=logs&jobId=42553bb7-c640-5e19-486b-534ade7d1f3b&j=42553bb7-c640-5e19-486b-534ade7d1f3b&t=ec81b5c9-a7aa-58a8-95bd-450209a80da7 (this link will expire eventually, but the failure output is above)
What should happen?
The tests should pass reliably on all supported platforms.
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: