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
Error message
ValueError: Input <decorator_param> not found in component . ValueError: Input force_recompute not found in component c. Expected behavior
I want to be able to add extra parameters to "run" using decorators
Additional context
Add any other context about the problem here, like document types / preprocessing steps / settings of reader etc.
Describe the bug
When a components
run
method has a decorator, extra parameters are not detected by the@component
decorator.E.g:
Error message
ValueError: Input <decorator_param> not found in component .
ValueError: Input force_recompute not found in component c.
Expected behavior
I want to be able to add extra parameters to "run" using decorators
Additional context
Add any other context about the problem here, like document types / preprocessing steps / settings of reader etc.
To Reproduce
Steps to reproduce the behavior
FAQ Check
System:
The text was updated successfully, but these errors were encountered: