aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-louvain-fix-test.patch
blob: 2127df681c0439d2fb09467a2e5f42c07bc53109 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://github.com/taynaud/python-louvain/commit/638804ae636dc65306900ef6518ca0a1c9202566.diff

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(
n class='msg-avail'>...* gnu/packages/storage.scm (ceph): Update to 14.2.10. [source]: Keep required bundled seastar. [inputs]: Add librdkafka. Tobias Geerinckx-Rice 2020-05-09gnu: ceph: Update to 14.2.9....* gnu/packages/storage.scm (ceph): Update to 14.2.9. Marius Bakke 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-03-04gnu: ceph: Update to 14.2.8....* gnu/packages/patches/ceph-boost-compat.patch, gnu/packages/patches/ceph-volume-respect-PATH.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/storage.scm (ceph): Update to 14.2.8. [source](patches): Remove obsolete. Marius Bakke 2020-02-14Merge branch 'master' into core-updatesMarius Bakke 2020-02-10gnu: ceph: Update to 14.2.7....* gnu/packages/storage.scm (ceph): Update to 14.2.7. Marius Bakke