unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 2127df681c0439d2fb09467a2e5f42c07bc53109 677 bytes (raw)
name: packages/patches/python-louvain-fix-test.patch 	 # note: path name is non-authoritative(*)

 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(

debug log:

solving 2127df681c0439d2fb09467a2e5f42c07bc53109 ...
found 2127df681c0439d2fb09467a2e5f42c07bc53109 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).