You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MvNormal was switched from SVD to Cholesky decomposition by default.
This is brittle for many GPs, therefore PyMC > 5.22.0 will defaults
Latent GP conditionals to `method="svd"`.
The example notebook includes manually created `MvNormal`s that
also need `method="svd"` to work.
I also switched from numpyro back to the default sampler,
because I couldn't install numpyro on my Windows.
See pymc-devs/pymc#7754.
0 commit comments