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
In the scenario where ibmq_perth gets decommissioned, the code will not work. Also this code might not work if the device is not accepting jobs. (Although technically the Device Object should already reject this device if it isn't Online, even before the Job is sent.)
The text was updated successfully, but these errors were encountered:
Prerequisites
Before raising this issue, I have already checked that I am:
Describe the bug
The name of the QPU used for the unittest is hardcoded. To change to automated device name selection.
(https://github.com/entropicalabs/openqaoa/blob/main/tests/test_qpu_qiskit.py#L504)
Expected behavior
In the scenario where
ibmq_perth
gets decommissioned, the code will not work. Also this code might not work if the device is not accepting jobs. (Although technically the Device Object should already reject this device if it isn'tOnline
, even before the Job is sent.)The text was updated successfully, but these errors were encountered: