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
Similarly, using compute_corr=True and returning the tuple of outputs results in the same error when trying to evaluate or draw from any of the returned components. The exception is also raised when sampling with pm.sample.
Versions and main components
PyMC/PyMC3 Version: 4.0.0b2
Aesara/Theano Version: 2.4.0
Python Version: 3.9.9
Operating system: Debian
How did you install PyMC/PyMC3: build from source
The text was updated successfully, but these errors were encountered:
Specifying a
LKJCholeskyCov
withcompute_corr=False
returns apacked_chol
however, attempting to evaluate this variable or draw from it fails:
Similarly, using
compute_corr=True
and returning the tuple of outputs results in the same error when trying to evaluate or draw from any of the returned components. The exception is also raised when sampling withpm.sample
.Versions and main components
The text was updated successfully, but these errors were encountered: