Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step through interactive runner for pipeline #19

Open
kiyo-masui opened this issue Dec 15, 2015 · 1 comment
Open

Step through interactive runner for pipeline #19

kiyo-masui opened this issue Dec 15, 2015 · 1 comment
Assignees

Comments

@kiyo-masui
Copy link
Contributor

It would be great if caput.pipline.Manager could be stepped through interactively. One would have to break apart the run() method into a series of calls to a new method next(). The new method could return any outputs for the user to inspect (while still queueing them up for further processing).

In addition, it would be nice if there was a way to visualize the current state of the pipeline. Just a fancy print that gives the lengths of the queues, etc.

@kiyo-masui kiyo-masui self-assigned this Dec 15, 2015
@jrs65
Copy link
Contributor

jrs65 commented Dec 18, 2015

One additional idea could be putting a breakpoint: True into the YAML file, such that it drops into an interactive mode. You could probably even force it to drop into pdb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants