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 optional_inline decorator allowed writing a generic python function with optionally None as default for function arguments, that could still be called as an InlineCalculation. Now that those are routed through the process layer, that is no longer allowed and so optional inline functions can no longer take non database storable types as function argument defaults.
The text was updated successfully, but these errors were encountered:
The old
optional_inline
decorator allowed writing a generic python function with optionallyNone
as default for function arguments, that could still be called as anInlineCalculation
. Now that those are routed through the process layer, that is no longer allowed and so optional inline functions can no longer take non database storable types as function argument defaults.The text was updated successfully, but these errors were encountered: