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
These are related to being unable to connect to IBMQ I believe. I tried accesing IBMQ directly with my account and received this message:
"Your IBM Quantum account has been disabled. Learn more: https://ibm.biz/BdfaME."
I had to fill a form and now I am waiting to check if I can get access again, probably the same has to be done for the account used by the tests here.
On top of that I noticed that there is a descrepancy between which names are assigned to the environment variables for the qibo client token. In the tests we called it:
Some tests are failing in main:
These seem to be a problem of
qibo-client
.These are related to being unable to connect to IBMQ I believe. I tried accesing IBMQ directly with my account and received this message:
"Your IBM Quantum account has been disabled. Learn more: https://ibm.biz/BdfaME."
I had to fill a form and now I am waiting to check if I can get access again, probably the same has to be done for the account used by the tests here.
On top of that I noticed that there is a descrepancy between which names are assigned to the environment variables for the qibo client token. In the tests we called it:
qibo-cloud-backends/tests/test_backends.py
Line 19 in 6dfbbd2
whereas, in the backend:
qibo-cloud-backends/src/qibo_cloud_backends/qibo_client.py
Line 21 in 6dfbbd2
I am not sure which name is assigned to the environment variable in the workflows though. In general, I would suggest to have more generic names:
This is probably a good moment to address #23 and #24 ...
The text was updated successfully, but these errors were encountered: