Skip to content

Commit

Permalink
update warnings.filterwarnings('ignore', ...) in calibration/rough_am…
Browse files Browse the repository at this point in the history
…plitude_cal.py
  • Loading branch information
Naohnakazawa committed Dec 17, 2024
1 parent 8c642c4 commit 35c0af8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,10 @@ class EFRoughXSXAmplitudeCal(RoughAmplitudeCal):
import warnings
warnings.filterwarnings("ignore", ".*Could not determine job completion time.*", UserWarning)
warnings.filterwarnings("ignore", ".*entire Qiskit Pulse package is being deprecated.*", UserWarning)
warnings.filterwarnings("ignore",
".*entire Qiskit Pulse package is being deprecated.*",
UserWarning
)
# backend
from qiskit_experiments.test.pulse_backend import SingleTransmonTestBackend
Expand Down

0 comments on commit 35c0af8

Please sign in to comment.