Skip to content

Commit

Permalink
restored all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Silmathoron committed Oct 8, 2020
1 parent d0e1e6c commit ad97e78
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions testing/test_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit ad97e78

Please # to comment.