We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660ffc2 commit efa3d90Copy full SHA for efa3d90
1 file changed
datajoint/diagram.py
@@ -319,6 +319,10 @@ def _stringify_and_encapsulate_node_names(graph):
319
"""
320
Modifies the `nx.Graph`'s node names string representations encapsulated in
321
double quotes.
322
+ Changes the graph in place.
323
+
324
+ Implements workaround described in
325
+ https://github.com/datajoint/datajoint-python/pull/1176
326
327
nx.relabel_nodes(
328
graph,
0 commit comments