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

np.infty no longer supported in NumPy 2.0 #6692

Closed dstrain115 closed 1 month ago

dstrain115 commented 1 month ago

Changes np.infty to np.inf

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 97.82%. Comparing base (c58a05c) to head (e94bb3c). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6692 +/- ## ========================================== - Coverage 97.82% 97.82% -0.01% ========================================== Files 1074 1074 Lines 92118 92126 +8 ========================================== + Hits 90116 90120 +4 - Misses 2002 2006 +4 ```

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