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
The documentation for the MultitaskMultivariateNormal distribution says it has a covar attribute which is incorrect. This distribution only has an attribute called covariance_matrix and not covar.
I can add a PR to fix this in the docstring of the MultitaskMultivariateNormal class.