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
#5173 revealed a bit of an edge case in the MvStudentT with broadcasting when nu is a vector. Since we haven't tested whether the RV, logp, and logcdf, are doing the right thing in that case, we should assert that nu is a scalar in the make_node method of the respective RandomVariable.
We can always remove this restriction if we confirm things are working consistently with the rules of broadcasting.
The text was updated successfully, but these errors were encountered:
I would like to work on this. It looks like we need to override the make_node method in MvStudentTRV class and need to check if nu is scalar and if the check passes then call the super class' make_node method.
Uh oh!
There was an error while loading. Please reload this page.
#5173 revealed a bit of an edge case in the MvStudentT with broadcasting when
nu
is a vector. Since we haven't tested whether the RV, logp, and logcdf, are doing the right thing in that case, we should assert thatnu
is a scalar in themake_node
method of the respective RandomVariable.We can always remove this restriction if we confirm things are working consistently with the rules of broadcasting.
The text was updated successfully, but these errors were encountered: