Skip to content

Commit

Permalink
Merge branch 'ml/jax_config' into ml/linkingnum_speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Mar 3, 2024
2 parents 3fcb855 + 7787fcc commit ccc484c
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 ccc484c

Please sign in to comment.