Closed rupeshknn closed 11 months ago
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'."
All committers have signed the CLA.
Summary
Fixed error message to be an F-string.
Currently, the error reads:
Fixed to: