Skip to content

Commit efa3d90

Browse files
committed
Append to Diagram._stringify_and_encapsulate_node_names docstring
1 parent 660ffc2 commit efa3d90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

datajoint/diagram.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ def _stringify_and_encapsulate_node_names(graph):
319319
"""
320320
Modifies the `nx.Graph`'s node names string representations encapsulated in
321321
double quotes.
322+
Changes the graph in place.
323+
324+
Implements workaround described in
325+
https://github.com/datajoint/datajoint-python/pull/1176
322326
"""
323327
nx.relabel_nodes(
324328
graph,

0 commit comments

Comments
 (0)