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 code generated by MOIU.@model always generates the variable with a const.
I understand the interest of having code run faster when defined at the top-level but there should be a way to define a simple variable for when the macro is called from within a testset or function for instance