pytask-dev / pytask

pytask is a workflow management system that facilitates reproducible data analyses.
https://pytask-dev.readthedocs.io/en/stable
Other
114 stars 10 forks source link

Stop unwrapping coiled functions. #595

Closed tobiasraabe closed 7 months ago

tobiasraabe commented 7 months ago

Changes

We stop unwrapping task functions until coiled.function.Function. This is necessary for pytask-parallel and it is debatable whether the code belongs here, but it avoids a lot of code duplication for now.

Maybe it should be made more extensible to other stopping criteria in the future.