From ad97e78839bc47d1f89ad6a4aefe28c2e8bb5073 Mon Sep 17 00:00:00 2001 From: Silmathoron Date: Thu, 8 Oct 2020 13:19:26 +0200 Subject: [PATCH] restored all tests --- testing/test_analysis.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/testing/test_analysis.py b/testing/test_analysis.py index 03aa5666..8ba5da2d 100644 --- a/testing/test_analysis.py +++ b/testing/test_analysis.py @@ -633,12 +633,12 @@ def test_swp(): if __name__ == "__main__": if not nngt.get_config("mpi"): - # ~ test_binary_undirected_clustering() - # ~ test_weighted_undirected_clustering() - # ~ test_weighted_directed_clustering() - # ~ test_reciprocity() - # ~ test_iedges() - # ~ test_swp() - # ~ test_partial_directed_clustering() + test_binary_undirected_clustering() + test_weighted_undirected_clustering() + test_weighted_directed_clustering() + test_reciprocity() + test_iedges() + test_swp() + test_partial_directed_clustering() nngt.use_backend("nngt") test_clustering_parameters()