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

Graphviz generation doesn't match command-line parameters #152

Open
ghanneman opened this issue Jul 17, 2013 · 0 comments
Open

Graphviz generation doesn't match command-line parameters #152

ghanneman opened this issue Jul 17, 2013 · 0 comments

Comments

@ghanneman
Copy link

There seems to be some mismatching going on inside the viz command. The DuctTape help message says that unpacked is the default style -- I would assume that's the most detailed output. However, in reality it seems like a very small graph is created by default, and that a much larger graph is created by --viz-type packed than by --vis-type unpacked. Perhaps the code hooked into these two flags is reversed?

Details from actual commands below:

Packed:

$ ducttape full_system.tape -C mysystem.tconf -p large --viz-type packed viz | wc -l
ducttape 0.3
by Jonathan Clark
Reading workflow configuration: mysystem.tconf
Generating GraphViz dot visualization of packed workflow...

42096

Unpacked:

$ ducttape full_system.tape -C mysystem.tconf -p large --viz-type unpacked viz | wc -l
ducttape 0.3
by Jonathan Clark
Reading workflow configuration: mysystem.tconf
Finding hyperpaths contained in plan...
Found 59 vertices implied by realization plan large
Union of all planned vertices has size 59
Generating GraphViz dot visualization of unpacked workflow...

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

No branches or pull requests

1 participant