We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
For deeply nested workflows (5 deep in my case), colors don't seem to operate as intended.
Sometimes (but perplexingly, not always) an error is thrown when Workflow._get_dot indexes beyond the length of colorset.
Workflow._get_dot
colorset
The text was updated successfully, but these errors were encountered:
Merge pull request #1585 from ashgillman/allow_arbitrary_depth_graphing
18468d1
Fix #1584 color graphing to loop through blue, red, green.
No branches or pull requests
For deeply nested workflows (5 deep in my case), colors don't seem to operate as intended.
Sometimes (but perplexingly, not always) an error is thrown when
Workflow._get_dot
indexes beyond the length ofcolorset
.The text was updated successfully, but these errors were encountered: