Skip to content

Commit

Permalink
Moved from jax.numpy to numpy in PlaneTerrain __eq__ magic to bypass …
Browse files Browse the repository at this point in the history
…TracerError
  • Loading branch information
lorycontixd committed Nov 15, 2024
1 parent 8fa9adc commit 3936638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jaxsim/terrain/terrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import abc
import dataclasses

import numpy as np
import jax.numpy as jnp
import jax_dataclasses
import numpy as np
Expand Down

0 comments on commit 3936638

Please sign in to comment.