-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix write dag #531
base: master
Are you sure you want to change the base?
Fix write dag #531
Conversation
…ble) DTask-based non-thunk arguments inferences for visualization.
Awesome stuff! I'm happy to accept this as-is if you'd like, but there are also a few things we can improve if you want to tackle them:
Let me know if you want this merged now or if you want to try to tackle some of these, I can always add these to the TODO list 😄 |
Looks like it is not a problem to add this. I will do that soon |
Hi! There is an issue with implementing these features:
It seems that GraphVizSimpleExt, which I am working on, was intended to be used when GraphViz is not imported (with GraphVizExt for the opposite case). Am I correct in this assumption? If that is the case, GraphVizSimpleExt can not return a renderable GraphViz object, which we want from the |
Hi, I'm sorry about the long delay in my reply! You are welcome to add GraphViz as a dependency to |
Fixes for write_dag() and show_logs() functions. More details on #512 .