Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
🐛 fix a small bug in modularity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothée Poisot committed Mar 29, 2017
1 parent a2a1170 commit ca2e533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modularity.jl
Expand Up @@ -72,5 +72,5 @@ A = [
B = BipartiteNetwork(A)
m = louvain(B, collect(1:richness(B)))
@test_approx_eq m.Q 0.5
@test_approx_eq m.Qr 1.0
@test_approx_eq Qr(m) 1.0
end

0 comments on commit ca2e533

Please sign in to comment.