quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Enable test_docker_pre after pinning the mpmath transitive dependency #6481

Closed pavoljuhas closed 7 months ago

pavoljuhas commented 7 months ago

Finalizes #6475

pavoljuhas commented 7 months ago

Note - fresh installation of pip install --pre cirq results in broken sympy. This is fixed by mpmath version pin in #6477.

TODO: submit once #6477 is in the pre-release wheel.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.76%. Comparing base (02d29a9) to head (6b21299). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6481 +/- ## ======================================= Coverage 97.75% 97.76% ======================================= Files 1105 1105 Lines 94925 94924 -1 ======================================= + Hits 92793 92798 +5 + Misses 2132 2126 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.