Skip to content

Commit

Permalink
Tweak for compatibility with jax 0.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Mar 3, 2024
1 parent faa129a commit 7787fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simsopt/geo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from jax.config import config
config.update("jax_enable_x64", True)
import jax
jax.config.update("jax_enable_x64", True)
from .config import *

from .curve import *
Expand Down

0 comments on commit 7787fcc

Please sign in to comment.