Skip to content
This repository was archived by the owner on Oct 11, 2021. It is now read-only.

docs: visualize Topology with node IDs#501

Merged
redeboer merged 3 commits intomasterfrom
visualize-Topology.nodes
Feb 25, 2021
Merged

docs: visualize Topology with node IDs#501
redeboer merged 3 commits intomasterfrom
visualize-Topology.nodes

Conversation

@redeboer
Copy link
Copy Markdown
Member

  • The visualize page now also illustrates how to visualize topologies.
  • It's now possible to run convert_to_dot on a tuple as well. This is required if one wants to do:
    from expertsystem.io import convert_to_dot
    from expertsystem.reaction.topology import create_isobar_topologies
    convert_to_dot(create_isobar_topologies(4))
    because create_isobar_topologies returns a tuple.
  • Node IDs are also rendered in DOT if there is more than one node

@redeboer redeboer added 📝 Docs Improvements or additions to documentation Bug Something isn't working labels Feb 25, 2021
@redeboer redeboer self-assigned this Feb 25, 2021
@redeboer redeboer changed the title Visualize topology.nodes docs: visualize Topology with nodes Feb 25, 2021
@redeboer redeboer changed the title docs: visualize Topology with nodes docs: visualize Topology with node IDs Feb 25, 2021
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 25, 2021

Codecov Report

Merging #501 (4a57409) into master (6e00fbb) will decrease coverage by 0.04%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #501      +/-   ##
==========================================
- Coverage   89.20%   89.16%   -0.05%     
==========================================
  Files          22       22              
  Lines        3336     3341       +5     
  Branches      844      847       +3     
==========================================
+ Hits         2976     2979       +3     
- Misses        195      196       +1     
- Partials      165      166       +1     
Flag Coverage Δ
unittests 89.16% <87.50%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/expertsystem/io/__init__.py 75.00% <50.00%> (-1.93%) ⬇️
src/expertsystem/io/_dot.py 79.61% <100.00%> (+2.84%) ⬆️
src/expertsystem/amplitude/helicity_decay.py 89.57% <0.00%> (-0.78%) ⬇️

@redeboer redeboer force-pushed the visualize-Topology.nodes branch from 597358a to 458c055 Compare February 25, 2021 11:46
@redeboer redeboer merged commit 14a16ff into master Feb 25, 2021
@redeboer redeboer deleted the visualize-Topology.nodes branch February 25, 2021 11:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Bug Something isn't working 📝 Docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant