Skip to content

Commit

Permalink
* fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshuaalbert committed Aug 14, 2024
1 parent d4948f6 commit 0c51ac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion essm_jax/tests/test_essm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import jax
import pytest

jax.config.update('jax_enable_x64', True)
from essm_jax.sparse import create_sparse_rep, matvec_sparse

jax.config.update('jax_enable_x64', True)
import numpy as np
import tensorflow_probability.substrates.jax as tfp
from jax import numpy as jnp
Expand Down
3 changes: 3 additions & 0 deletions essm_jax/tests/test_jvp_op.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import jax
import jax.numpy as jnp

jax.config.update('jax_enable_x64', True)
import numpy as np
import pytest

Expand Down

0 comments on commit 0c51ac8

Please sign in to comment.