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

The latest precice-config-visualizer breaks the trick for the direct mesh access: #24

Closed
MakisH opened this issue Apr 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@MakisH
Copy link
Member

MakisH commented Apr 11, 2024

Follow-up of precice/tutorials#514, with precice-config-visualizer 1.1.0 and of #22:

Visualizing the configuration in partitioned-heat-conduction-direct
"dot" with args ['-Tdot', '/tmp/tmpu0tnyzjr'] returned code: -6

stdout, stderr:
 b''
b"dot: compound.c:369: makeCompoundEdge: Assertion `bez->sflag' failed.\n"

Traceback (most recent call last):
  File "/home/gc/repos/precice/tutorials/.venv/bin/precice-config-visualizer", line 8, in <module>
    sys.exit(main())
  File "/home/gc/repos/precice/tutorials/.venv/lib/python3.10/site-packages/preciceconfigvisualizer/cli.py", line 88, in main
    args.outfile.write(g.create(format=ext))
  File "/home/gc/repos/precice/tutorials/.venv/lib/python3.10/site-packages/pydot/core.py", line 1786, in create
    process.returncode == 0

Originally posted by @MakisH in precice/tutorials#514 (comment)

cc @fsimonis

@MakisH MakisH transferred this issue from precice/tutorials Apr 11, 2024
@fsimonis
Copy link
Member

Graphviz dot output means "dot graph with layout information". Useful for some, but not for us.

Reverted this in v1.1.1

@fsimonis fsimonis added the bug Something isn't working label Apr 12, 2024
@fsimonis fsimonis self-assigned this Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants