From 666ad521cc2d9df90e35f222dc0b9062158c019d Mon Sep 17 00:00:00 2001 From: anna-grim Date: Mon, 29 Jan 2024 19:59:23 +0000 Subject: [PATCH] minor upds --- src/deep_neurographs/graph_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deep_neurographs/graph_utils.py b/src/deep_neurographs/graph_utils.py index b9a9fed..ff52e9b 100644 --- a/src/deep_neurographs/graph_utils.py +++ b/src/deep_neurographs/graph_utils.py @@ -343,7 +343,7 @@ def upd_edge_attrs(swc_dict, attrs, i): def get_edge_attr(graph, edge, attr): - """ + """ Gets the attribute "attr" of "edge". Parameters