-
Notifications
You must be signed in to change notification settings - Fork 25
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
Display Workflows and save as file #1300
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1300 +/- ##
==========================================
- Coverage 87.98% 87.80% -0.19%
==========================================
Files 81 81
Lines 9482 9506 +24
==========================================
+ Hits 8343 8347 +4
- Misses 1139 1159 +20 |
Generic comment: although I have the graphviz Python dependency in the venv, this was not enough to render the image. It raised this error: |
src/ansys/dpf/core/workflow.py
Outdated
|
||
# View workflow | ||
if viewer is None: | ||
graphviz.view(filepath=file_path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Added the requirement to the dosctring |
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Proposal for a
Workflow
viewer in PyDPF.This uses
graphviz
rendering and the native system image viewer to show the image obtained withgraphviz
.To be discussed.