Closed
Description
When using the new feature to set params from a dict, the node fails with the following error:
NameError: name 'unpack_parameter_dict' is not defined
I think the error comes from here:
The method is not referred to via self, and so python fails to find it.
Testing locally, simply removing @staticmethod and adding self seems to solve the issue.
Metadata
Metadata
Assignees
Labels
No labels