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
Currently, almost all example Decapodes employ small helper variables, typically scalars. The values of these variables are passed into the simulator as a named tuple.
However, this process can become clunky even in simple scenarios. For example, simple compositions may rename a variable, causing some confusion when providing this parameter.
So, we should alternatively allow Decapodes to "interpolate" the values of local variables, storing them in the name attribute. This feature is technically easy to implement under the current parsing techniques.
The text was updated successfully, but these errors were encountered:
Currently, almost all example Decapodes employ small helper variables, typically scalars. The values of these variables are passed into the simulator as a named tuple.
However, this process can become clunky even in simple scenarios. For example, simple compositions may rename a variable, causing some confusion when providing this parameter.
So, we should alternatively allow Decapodes to "interpolate" the values of local variables, storing them in the
name
attribute. This feature is technically easy to implement under the current parsing techniques.The text was updated successfully, but these errors were encountered: