From 638804ae636dc65306900ef6518ca0a1c9202566 Mon Sep 17 00:00:00 2001 From: Kerstin Date: Fri, 24 Jun 2022 15:14:32 +0200 Subject: [PATCH] fix test karate for networkx<=2.7 (#95) --- test_community.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_community.py b/test_community.py index 1ee1976..566a4b1 100644 --- a/test_community.py +++ b/test_community.py @@ -203,7 +203,7 @@ def test_karate(self): self.assertAlmostEqual(co.modularity(part, graph), co.modularity(part_weight, graph, - "test_weight"), places=2) + "test_weight"), places=1) part_res_low = co.best_partition(graph, resolution=0.1) self.assertTrue(