Skip to content

Commit

Permalink
Merge pull request #3671 from prady0t/fix-jax
Browse files Browse the repository at this point in the history
Fixed Deprecation warnings of `jax_bdf_solver`
  • Loading branch information
kratman authored Jan 3, 2024
2 parents 1c1bcdd + 7110cac commit ad3b816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/solvers/jax_bdf_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import jax
import jax.numpy as jnp
from jax import core, dtypes
from jax import linear_util as lu
from jax.extend import linear_util as lu
from jax.api_util import flatten_fun_nokwargs
from jax.config import config
from jax.flatten_util import ravel_pytree
Expand Down

0 comments on commit ad3b816

Please sign in to comment.