Closed jobrachem closed 1 year ago
In Jax 0.4.14, the DeviceArray class has been removed (see changelog). As a result, liesel is incompatible with jax 0.4.14.
DeviceArray
We use the DeviceArray class for type hints in three places in goose/summary_viz.py. These should be changed to jax.Array.
goose/summary_viz.py
jax.Array
In Jax 0.4.14, the
DeviceArray
class has been removed (see changelog). As a result, liesel is incompatible with jax 0.4.14.We use the DeviceArray class for type hints in three places in
goose/summary_viz.py
. These should be changed tojax.Array
.