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
Looks like Symbolics has deprecated use of build_function(<:Array{Equation}) and needs an array of Nums(/Terms ?). We should update our use of it here.
The text was updated successfully, but these errors were encountered:
Oh yes, Array{Equation} was only ever implemented for the Stan and MATLAB ones, so they were kind of weird. We should be doing build_function on the .rhs. That needs to bubble into what happens automatically.
Looks like Symbolics has deprecated use of
build_function(<:Array{Equation})
and needs an array ofNums
(/Terms
?). We should update our use of it here.The text was updated successfully, but these errors were encountered: