Skip to content

Commit

Permalink
Fix to testing to count species.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 9, 2018
1 parent e68a7e9 commit daa07ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ manyweights /= sum(manyweights);
@test noccurring(fmc) == numspecies
@test noccupied(fmc, 1) == numcommunities - 1
@test noccurring(fmc, 1) == numspecies - 1
@test nthings(fmc) == species
@test nthings(fmc) == numspecies
@test nplaces(fmc) == numcommunities
end

Expand Down

0 comments on commit daa07ba

Please sign in to comment.