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
if a model has a parent subscript of [A] and A:(b,c), parsing data_var[b] and data_var[c] would raise an error while data_var[A] goes through without any error. hope it helps.
if a model has a parent subscript of [A] and A:(b,c), parsing
data_var[b]anddata_var[c]would raise an error whiledata_var[A]goes through without any error. hope it helps.