-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
======================================================================== warnings summary =========================================================================
test/test_math.py::test_positive_ints_like[arr0-3]
/Users/mitzi/github/CDC/PyRenew/pyrenew/math.py:30: DeprecationWarning: size requires ndarray or scalar arguments, got <class 'list'> at position 0. In a future JAX release this will be an error.
return jnp.arange(1, jnp.size(vec) + 1)
test/test_math.py::test_positive_ints_like[arr0-3]
/Users/mitzi/github/CDC/PyRenew/.venv/lib/python3.13/site-packages/jax/_src/numpy/util.py:476: DeprecationWarning: shape requires ndarray or scalar arguments, got <class 'list'> at position 0. In a future JAX release this will be an error.
_shape = shape(a) # type: ignore[arg-type]
Metadata
Metadata
Assignees
Labels
No labels