pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.15k stars 234 forks source link

Different supports in component distributions for mixture models #1791

Closed Qazalbash closed 4 months ago

Qazalbash commented 5 months ago

Fixes #1780.

Qazalbash commented 5 months ago

@fehiepsi I have made the changes and added the unit tests.

Qazalbash commented 4 months ago

I used python3.11, let me test everything on python3.9!

Qazalbash commented 4 months ago

Apparently, all these tests were passing on python3.11. They are still failing on different atol values.