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 e20bffa commit 36691c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rigid_body_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
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

Expand All @@ -45,6 +44,7 @@

from functools import partial

jax_config.update('jax_disable_jit', True)
jax_config.parse_flags_with_absl()


Expand Down

0 comments on commit 36691c3

Please sign in to comment.