Closed jl-wynen closed 2 months ago
Fixes #176
I am not 100% confident that checking the function is enough because arg_spec gets overwritten when generic providers are specialised. However, I did not manage to find a case where this lead to a wrong result in Pipeline.__setitem__.
arg_spec
Pipeline.__setitem__
Fixes #176
I am not 100% confident that checking the function is enough because
arg_spec
gets overwritten when generic providers are specialised. However, I did not manage to find a case where this lead to a wrong result inPipeline.__setitem__
.