Skip to content

Commit

Permalink
Investigate if moving the import solves the circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Jan 2, 2025
1 parent d665eae commit 3b46c9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_jax.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import numpy as np
import pytest
from conftest import RobotCfg, State
from jax import config

from adam.jax import KinDynComputations
from jax import config

config.update("jax_enable_x64", True)

Expand Down

0 comments on commit 3b46c9f

Please sign in to comment.