From ceb47d047bd136cd678d2b4b80c073b51ce3b0c4 Mon Sep 17 00:00:00 2001 From: Saransh Date: Tue, 28 Dec 2021 23:12:22 +0530 Subject: [PATCH] coverage --- pybamm/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybamm/util.py b/pybamm/util.py index 8a1ecdbe24..98e4b79679 100644 --- a/pybamm/util.py +++ b/pybamm/util.py @@ -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")