Closed ElePT closed 2 months ago
One or more of the following people are relevant to this code:
@Qiskit/terra-core
Changed :) This actually how I initially approached it, but then I thought it could be more practical for the removal to just have it in FakeBackend
directly (I remembered the cleanup we had to do on the QiskitTestCase
class not so long ago because we would forget to get rid of the filters past their "expiration date"). It should be fine though, now that we are aware of it.
Summary
The recent qiskit-aer 0.15 release has introduced deprecation warnings for
BackendV1
inputs inNoiseModel.from_backend
. We were using this method in the deprecatedFakeBackend
class (which is, by definition, V1) and this is triggering test failures. I suggest filtering the warnings inFakeBackend
until the class is removed in 2.0.Details and comments