You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I removed a leaf type to remove unnecessary step in a workflow and then user (Christian in this case) had no idea which type to visualize/compute.
It'll be easier for users if there is an interface in sciline as well to list all the leaf nodes,
and then it can be used for visualization without any type specified,
and for workflow widgets.
Context
I removed a leaf type to remove unnecessary step in a workflow and then user (Christian in this case) had no idea which type to visualize/compute.
It'll be easier for users if there is an interface in sciline as well to list all the leaf nodes,
and then it can be used for visualization without any type specified,
and for workflow widgets.
Related Issues
Pipeline.visualize
default to show the full graph if no keys are given? #177Implementation Examples
There is an example already in
essreduce
.https://github.com/scipp/essreduce/blob/aef4a3c1094dd15f1849aedc74e9960e1b922de3/src/ess/reduce/workflow.py#L52-L57
TODO
visualize
without any argumentsKeyError
orNoProviderFound
error message.The text was updated successfully, but these errors were encountered: