jax-ml / bayeux

State of the art inference for your bayesian models.
https://jax-ml.github.io/bayeux/
Apache License 2.0
177 stars 8 forks source link

ValueError: safe_zip() argument 2 is longer than argument 1 #47

Closed ColCarroll closed 6 months ago

ColCarroll commented 6 months ago

This is a known error that hits due to some changes in JAX internals that effect oryx. This is already fixed in oryx here, but we need a new release to depend on.

Leaving this issue here to remind me to cut a new release with new requirements.