Skip to content

Commit

Permalink
explictly include jax=True
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFengler committed May 7, 2024
1 parent e586ec0 commit 3391ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/slow/test_mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from hssm.utils import _rearrange_data

hssm.set_floatX("float32")
hssm.set_floatX("float32", jax=True)

# AF-TODO: Include more tests that use different link functions!

Expand Down

0 comments on commit 3391ae4

Please sign in to comment.