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
It is the last job with ID "a75b53a5-16d9-4ca2-b0de-a23cdd1ef72b that is of interest and looks to have successfully completed on the IBM quantum web platform.
Running the command to see job status results in an exception:
(metriq-gym-py3.12) will@MacBook-Pro-66 metriq-gym % python metriq_gym/run.py poll --job_id a75b53a5-16d9-4ca2-b0de-a23cdd1ef72b
Traceback (most recent call last):
File "/Users/will/Library/CloudStorage/[email protected]/My Drive/code/metriq-gym/metriq_gym/run.py", line 39, in <module>
sys.exit(main())
^^^^^^
File "/Users/will/Library/CloudStorage/[email protected]/My Drive/code/metriq-gym/metriq_gym/run.py", line 29, in main
handler = HANDLERS[JobType(job_type)](args, None, job_manager)
^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py", line 757, in __call__
return cls.__new__(cls, value)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.7_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/enum.py", line 1171, in __new__
raise ve_exc
ValueError: 'QV' is not a valid JobType
The text was updated successfully, but these errors were encountered:
My
.metriq_gym_jobs.jsonl
file is as follows:It is the last job with ID
"a75b53a5-16d9-4ca2-b0de-a23cdd1ef72b
that is of interest and looks to have successfully completed on the IBM quantum web platform.Running the command to see job status results in an exception:
The text was updated successfully, but these errors were encountered: