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
The local testing mode is design to be as closely as possible to remote execution. #1605 made local (fake) backends more similar to IBMBackend. We should also make jobs returned in local mode more similar to RuntimeJobV2. One example of such discrepancy is #1939.
Acceptance criteria
Job returned in local testing mode should have the same methods as RuntimeJobV2, including (but not limited to) backend(), metrics(), usage(), etc
The text was updated successfully, but these errors were encountered:
What is the expected feature or enhancement?
The local testing mode is design to be as closely as possible to remote execution. #1605 made local (fake) backends more similar to
IBMBackend
. We should also make jobs returned in local mode more similar toRuntimeJobV2
. One example of such discrepancy is #1939.Acceptance criteria
Job returned in local testing mode should have the same methods as
RuntimeJobV2
, including (but not limited to)backend()
,metrics()
,usage()
, etcThe text was updated successfully, but these errors were encountered: