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 old method of model logging required leaving a function argument on the model definition, which would log any model parts wrapped in it. This does not currently work with the ModelExpression type, as the model logger expects float values.
One possible solution would be a new ModelExpression term that took the component name and logged it.
The text was updated successfully, but these errors were encountered:
The old method of model logging required leaving a function argument on the model definition, which would log any model parts wrapped in it. This does not currently work with the ModelExpression type, as the model logger expects float values.
One possible solution would be a new ModelExpression term that took the component name and logged it.
The text was updated successfully, but these errors were encountered: