Skip to content
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

bugfix: change to f-string #295

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

rupeshknn
Copy link
Contributor

Summary

Fixed error message to be an F-string.

Currently, the error reads:

"Array backend 'jax' required by function <function jax_odeint at 0x7f9ac9ce4ee0> is not installed. 
Please install the optional library '{backend}'."

Fixed to:

"Array backend 'jax' required by function <function jax_odeint at 0x7f9ac9ce4ee0> is not installed. 
Please install the optional library 'jax'."

@CLAassistant
Copy link

CLAassistant commented Dec 9, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@DanPuzzuoli DanPuzzuoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks!

@DanPuzzuoli DanPuzzuoli merged commit 17e1230 into qiskit-community:main Dec 11, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants