Replies: 1 comment 4 replies
-
|
Hi @nkruskamp, here is the documentation you are looking for https://pytask-dev.readthedocs.io/en/v0.5.6/how_to_guides/functional_interface.html#repeated-tasks. While drafting it I found a bug that is fixed in v0.5.6. Happy coding! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have a use case where I'd like to do complex task repetition, and I would like to do so in the functional interface (interactive jupyter session). I was not able to find an example of this in the documentation. I am wondering if it is possible to combine the two.
https://pytask-dev.readthedocs.io/en/stable/tutorials/repeating_tasks_with_different_inputs.html#complex-example
Here is a basic example as I would approach it taken from the complex example in the documentation above:
As it is written, it initiated the functional interface, but ran the function iterations outside of pytask and pytask reported no tasks. Not the intended result!
Can you please advise of if this is possible and the correct way to approach this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions