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
get_tau_sigma used in many of our distributions fails with a TypeError when passing a list of values. We should probably fix this for better user experience:
importpymcaspm:
pm.Normal.dist(sigma=[1, 2])
TypeError: unsupported operand type(s) for ** or pow(): 'list' and 'float'
The text was updated successfully, but these errors were encountered:
get_tau_sigma
used in many of our distributions fails with aTypeError
when passing a list of values. We should probably fix this for better user experience:The text was updated successfully, but these errors were encountered: