We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e93cc8 commit 9217b57Copy full SHA for 9217b57
chinese_whispers/test_chinese_whispers.py
@@ -27,7 +27,7 @@ class TestChineseWhispers(unittest.TestCase):
27
SEED = 1337
28
29
G = nx.karate_club_graph()
30
- custom_label_key = "cluster_id"
+ custom_label_key = 'cluster_id'
31
32
def setUp(self) -> None:
33
# networkx/networkx#5285
0 commit comments