We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa63de commit 88c1c7bCopy full SHA for 88c1c7b
1 file changed
jax_galsim/core/utils.py
@@ -25,7 +25,7 @@
25
)
26
CONST_TYPES_WITH_JAX = CONST_TYPES + (
27
jax.Array,
28
- jnp.array,
+ jnp.ndarray,
29
jnp.int8,
30
jnp.int16,
31
jnp.int32,
0 commit comments