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
Describe the bug
Comparing the sessions details between the ibm_cloud and the ibm_quantum channels, I saw that the usage_time was always None for cloud vs it always showed an actual number for the platform
Steps to reproduce
run a session via cloud
check session.details()['usage_time']
Expected behavior
it returns the usage time of the session
Suggested solutions
Additional Information
qiskit-ibm-runtime version: 0.29.0
Python version: 3.11.3
Operating system: macOS
The text was updated successfully, but these errors were encountered:
Describe the bug
Comparing the sessions details between the
ibm_cloud
and theibm_quantum
channels, I saw that theusage_time
was alwaysNone
for cloud vs it always showed an actual number for the platformSteps to reproduce
session.details()['usage_time']
Expected behavior
it returns the usage time of the session
Suggested solutions
Additional Information
The text was updated successfully, but these errors were encountered: