Skip to content

Commit 69174e3

Browse files
committed
update method to be "1d"
1 parent 366e9f5 commit 69174e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_FormanRicci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_compute_ricci_curvature():
88
G = nx.Graph()
99
G.add_edges_from([(1, 2), (2, 3), (3, 4), (2, 4)])
1010
G.add_node(5)
11-
frc = FormanRicci(G, method="default")
11+
frc = FormanRicci(G, method="1d")
1212
frc.compute_ricci_curvature()
1313

1414
frc_edges = list(nx.get_edge_attributes(frc.G, "formanCurvature").values())

0 commit comments

Comments
 (0)