Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Dec 28, 2021
1 parent 80bc629 commit ceb47d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def is_jax_compatible():
)


def install_jax():
def install_jax(): # pragma: no cover
"""Install jax, jaxlib"""
if system() == "Windows":
raise NotImplementedError("Jax is not available on Windows")
Expand Down

0 comments on commit ceb47d0

Please sign in to comment.