Skip to content

Commit

Permalink
Update test/utils/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Peña Tapia <[email protected]>
  • Loading branch information
jakelishman and ElePT authored Jun 28, 2024
1 parent 3418a59 commit 71df67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def setUpClass(cls):
# macOS ARM, we see some (we think harmless) warnings come out of `numpy.linalg._linalg` (a
# now-private module) during transpilation, which means that subsequent `assertWarns` calls
# can spuriously trick Numpy into sending out a nonsense `DeprecationWarning`.
# Tracking issue: https://github.com/Qiskit/qiskit/issues/12679
warnings.filterwarnings(
"ignore",
category=DeprecationWarning,
Expand Down

0 comments on commit 71df67f

Please sign in to comment.