Closed NoureldinYosri closed 9 months ago
I am getting a reproducible decimal.DivisionByZero exception after the quimb update -
check/pytest -n0 cirq-core/cirq/contrib/quimb/grid_circuits_test.py::test_tensor_expectation_value -x --tb=native
@pavoljuhas yea same. looks like the latest quimb breaks the tests in contrib/quimb
. I changed the approch to pinning both quimb and numba to older versions
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
2ef1909
) 97.81% compared to head (e3fedf5
) 97.81%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
fixes https://github.com/quantumlib/Cirq/issues/6437
older versions of quimb use a numbda decorator that no longer exists. the recent release of quimb fixes that https://github.com/jcmgray/quimb/blob/0f9db3f7b81e50375b5001296bfc2b767a7e557d/docs/changelog.md however it breaks tests in
/contrib/quimb
so will pin the versions for now.