Skip to content

Commit

Permalink
Update spras/meo.py on why we need this change
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Gitter <[email protected]>
  • Loading branch information
ntalluri and agitter authored Nov 4, 2024
1 parent ebd7dee commit 28321e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spras/meo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
__all__ = ['MEO', 'write_properties']

# replaces all underscores in the node names with unicode seperator
# MEO keeps only the substring up to the first underscore when parsing node names
# https://github.com/agitter/meo/blob/1fe57e8ff3952c494e2b14dfdc563a84596e2fcd/src/alg/Vertex.java#L56-L71
underscore_replacement = '꧁SEP꧂'

# Only supports the Random orientation algorithm
Expand Down

0 comments on commit 28321e0

Please sign in to comment.