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 calcfunction decorator is the new analogue to the workfunction but for CalculationNodes and replaces the make_inline and optional_inline decorators. These last two should be deprecated. The calcfunction decorator should be implemented like the workfunction, except that it should take a different ORM class for the node.
The text was updated successfully, but these errors were encountered:
The
calcfunction
decorator is the new analogue to theworkfunction
but forCalculationNodes
and replaces themake_inline
andoptional_inline
decorators. These last two should be deprecated. Thecalcfunction
decorator should be implemented like theworkfunction
, except that it should take a different ORM class for the node.The text was updated successfully, but these errors were encountered: