Skip to content

Commit

Permalink
Revert back Isorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Jan 3, 2025
1 parent 3b46c9f commit af95f33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_jax.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import numpy as np
import pytest
from conftest import RobotCfg, State
from adam.jax import KinDynComputations
from jax import config

from adam.jax import KinDynComputations

config.update("jax_enable_x64", True)


Expand Down

0 comments on commit af95f33

Please sign in to comment.