Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
community: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Aug 25, 2016
1 parent 5f30f13 commit 70db9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/louvain_directed_multiplex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ func TestLouvainDirectedMultiplex(t *testing.T) {
got *ReducedDirectedMultiplex
bestQ = math.Inf(-1)
)
// Louvain is randomised so we do this to
// Modularize is randomised so we do this to
// ensure the level tests are consistent.
src := rand.New(rand.NewSource(1))
for i := 0; i < louvainIterations; i++ {
Expand Down

0 comments on commit 70db9c0

Please sign in to comment.