Skip to content

Commit 676c84c

Browse files
committed
minor: fix jax import in test_jaxoperator
1 parent fa2773c commit 676c84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytests/test_jaxoperator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pylops import JaxOperator, MatrixMult
88
from pylops.utils import deps
99

10-
jax_message = deps.devito_import("the jax module")
10+
jax_message = deps.jax_import("the jax module")
1111

1212
if jax_message is None:
1313
import jax

0 commit comments

Comments
 (0)