-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add warning if DE env is used #1201
Conversation
Pull Request Test Coverage Report for Build 6803065594Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -210,6 +210,11 @@ def __init__( | |||
auth_client = self._authenticate_ibm_quantum_account(self._client_params) | |||
# Update client parameters to use authenticated values. | |||
self._client_params.url = auth_client.current_service_urls()["services"]["runtime"] | |||
if self._client_params.url == "https://api.de.quantum-computing.ibm.com/runtime": | |||
warnings.warn( | |||
"Features in versions of qiskit-ibm-runtime greater than 0.13.0 may not " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Late, but doesn't this technically include 0.13.0? (.e. 0.13.0 and above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'll update the wording in another PR
greater than and including 0.13.0...
Summary
Details and comments
Fixes #