Skip to content

Commit

Permalink
update warnings.filterwarnings() in EFRoughXSXAmplitudeCal
Browse files Browse the repository at this point in the history
  • Loading branch information
Naohnakazawa committed Dec 17, 2024
1 parent c8f2648 commit 3097980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_experiments/library/calibration/rough_amplitude_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ class EFRoughXSXAmplitudeCal(RoughAmplitudeCal):
warnings.filterwarnings("ignore", ".*Could not determine job completion time.*", UserWarning)
warnings.filterwarnings("ignore",
".*entire Qiskit Pulse package is being deprecated.*",
UserWarning
message=".*entire Qiskit Pulse package is being deprecated.*",
category=DeprecationWarning,
)
# backend
Expand Down

0 comments on commit 3097980

Please sign in to comment.