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
At the moment one is forced to implement all to_... functions for a new node. However, in some cases one may be happy with just one, e.g., to_func bc one doesn't want to use numpy etc.
At the moment one is forced to implement all
to_...functions for a new node. However, in some cases one may be happy with just one, e.g.,to_funcbc one doesn't want to use numpy etc.