You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress warning from qiskit-ibm-runtime about max_circuits (#1535)
In qiskit-ibm-runtime 0.37, the `max_circuits` property of the package's
backends now issues a deprecation warning. Experiments uses
`max_circuits` to split jobs preemptively. Whether `max_circuits` is
reported as finite or as `None` jobs should still work okay as long as
they don't exceed other service limits. We don't want this
`max_circuits` warning issued on every experiment run so we suppress
internally.
0 commit comments