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
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