Skip to content

Commit ec9fd36

Browse files
committed
[MAINT] docstring in example_sulcal_graph.py
1 parent 9e36457 commit ec9fd36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/example_sulcal_graph.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
path_to_mesh = "../examples/data/example_mesh.gii"
1010
path_to_texture = "../examples/data/example_texture.gii"
1111
path_to_mask = ""
12-
1312
mesh = sio.load_mesh(path_to_mesh)
1413
side = "left"
1514
texture = sio.load_texture(path_to_texture)
@@ -21,7 +20,6 @@
2120

2221
###############################################################################
2322
# add an attribute to nodes
24-
2523
g = ssg.add_node_attribute_to_graph(g, dpf, name='pit_depth', save=False)
2624
print("Node attributes:\n", g.nodes[0].keys())
2725
print("First node:\n", g.nodes[0])

0 commit comments

Comments
 (0)