Skip to content

Commit

Permalink
see if tests pass without 64 bit floats
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Mar 31, 2023
1 parent 2740798 commit 3c5450e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymbar/mbar_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
raise ImportError("Jax disabled by force_no_jax in mbar_solvers.py")
from jax.config import config

config.update("jax_enable_x64", True)

from jax.numpy import exp, sum, newaxis, diag, dot, s_
from jax.numpy import pad as npad
Expand Down

0 comments on commit 3c5450e

Please sign in to comment.