Skip to content

Commit

Permalink
Merge pull request #304 from muhrin/fix-key-array
Browse files Browse the repository at this point in the history
Fixes #298
  • Loading branch information
ekindogus committed Apr 17, 2024
2 parents e703937 + 38a1c8b commit c451353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax_md/rigid_body.py
Expand Up @@ -73,7 +73,7 @@
PyTree = Any
f64 = util.f64
f32 = util.f32
KeyArray = random.KeyArray
KeyArray = jax.Array
NeighborListFns = partition.NeighborListFns
ShiftFn = space.ShiftFn

Expand Down

0 comments on commit c451353

Please sign in to comment.