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

Address NumPy and NotImplemented deprecation warnings #6465

Closed pavoljuhas closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (6a40da5) 97.82% compared to head (f6254ff) 97.82%. Report is 2 commits behind head on main.

:exclamation: Current head f6254ff differs from pull request most recent head dee4217. Consider uploading reports for the commit dee4217 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6465 +/- ## ======================================= Coverage 97.82% 97.82% ======================================= Files 1115 1115 Lines 97448 97448 ======================================= Hits 95327 95327 Misses 2121 2121 ```

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

pavoljuhas commented 7 months ago

Note the CI caught these DeprecationWarning-s at 662aa05659efc9440e976a552aca8614f4437ee8 and the fixed code passes at 5a8c13b649c37350ed9703dcbfc23107f7080e5e.