From 28321e0aca8e4310b1f88e7dd12938f1d7f263d3 Mon Sep 17 00:00:00 2001 From: Neha Talluri <78840540+ntalluri@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:12:14 -0600 Subject: [PATCH] Update spras/meo.py on why we need this change Co-authored-by: Anthony Gitter --- spras/meo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spras/meo.py b/spras/meo.py index 56895e90..80e920db 100644 --- a/spras/meo.py +++ b/spras/meo.py @@ -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