cda-tum / mqt-qcec

MQT QCEC - A tool for Quantum Circuit Equivalence Checking
https://mqt.readthedocs.io/projects/qcec
MIT License
90 stars 21 forks source link

🩹 Ignore DeprecationWarning in Qiskit code #289

Closed burgholzer closed 1 year ago

burgholzer commented 1 year ago

Description

An update in numpy has triggered a DeprecationWarning in Qiskit code that now trips up in our tests. This PR ignores the respective warning as it does not concern us.

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #289 (448c07a) into main (e253c80) will decrease coverage by 0.2%. The diff coverage is n/a.

@@           Coverage Diff           @@
##            main    #289     +/-   ##
=======================================
- Coverage   96.1%   96.0%   -0.2%     
=======================================
  Files         34      34             
  Lines       1712    1713      +1     
  Branches     208     208             
=======================================
- Hits        1646    1645      -1     
- Misses        66      68      +2     
Flag Coverage Δ
cpp 95.6% <ø> (-0.2%) :arrow_down:
python 97.3% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes