Qiskit-Extensions / qiskit-experiments

Qiskit Experiments
https://qiskit-extensions.github.io/qiskit-experiments/
Apache License 2.0
151 stars 122 forks source link

Ignore unset hub/group/project field on backend #1453

Closed wshanks closed 2 months ago

wshanks commented 2 months ago

In some cases, backends can be created without the _instance field set (so it is None). In this case, it is better to ignore the field than to raise an uncaught exception.

dtmcclure commented 2 months ago

confirmed this works and allowed a job to run with no further issues. i don't seem to be able to approve though.