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
In relation to the issue #5162 where the calls to the assert_negative_support function were removed. We should also remove the calls of this function inside the Multivariate module, the only class that uses this function is StickBreakingWeights.
Remove calls to the
assert_negative_support
In relation to the issue #5162 where the calls to the
assert_negative_support
function were removed. We should also remove the calls of this function inside theMultivariate
module, the only class that uses this function isStickBreakingWeights
.pymc/pymc/distributions/multivariate.py
Lines 2286 to 2294 in f9e0dfd
Moreover, the function is being imported from the
continuous.py
:pymc/pymc/distributions/multivariate.py
Lines 46 to 51 in f9e0dfd
that will be deprecated in future versions of pyMC. Shouldn't we remove the calls and the import from this module?
#DataUmbrellaPyMCSprint
cc: @reshamas, @vitaliset, @ricardoV94, @OriolAbril
The text was updated successfully, but these errors were encountered: