Skip to content

Commit

Permalink
[MINOR] build error in github
Browse files Browse the repository at this point in the history
  • Loading branch information
arturodcb committed Aug 16, 2024
1 parent ba8f67d commit a67a1bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pymlg/jax/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import jax.numpy as jnp
from jax import numpy as jnp
from jax import random, core
import numpy as onp

Expand Down
5 changes: 3 additions & 2 deletions tests/jax/test_standard_jax.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

from jax.config import config
config.update("jax_enable_x64", True)
#from jax.config import config
from jax import config
config.config.update("jax_enable_x64", True)

from pymlg.jax import SO3, SE3, SE23, SL3, SO2, SE2
import pytest
Expand Down

0 comments on commit a67a1bc

Please sign in to comment.