Skip to content

Commit

Permalink
Update rigid_body_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetgangan authored May 22, 2024
1 parent 90065ff commit e20bffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rigid_body_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
from jax import test_util as jtu

from jax import config as jax_config
jax_config.update('jax_disable_jit', True)

import jax.numpy as jnp

from jax_md import quantity
Expand Down

0 comments on commit e20bffa

Please sign in to comment.