Skip to content

Commit

Permalink
Update util.py
Browse files Browse the repository at this point in the history
Updating types.
  • Loading branch information
ekindogus committed Apr 8, 2024
1 parent f1af70a commit 3b8c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax_md/util.py
Expand Up @@ -25,7 +25,7 @@

import numpy as onp

Array = jnp.ndarray
Array = Any
PyTree = Any

i16 = jnp.int16
Expand Down

0 comments on commit 3b8c58e

Please sign in to comment.