Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkschumacher committed Sep 28, 2014
1 parent 3475525 commit a506974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/padjust.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ using PValueAdjust
pValues = [1, 0.5, 0.1, 0.001, 0.0001, 0.002]
@test_approx_eq padjust(pValues, method = :none) pValues
@test_approx_eq padjust(pValues) pValues
@test_throws ArgumentError padjust([0.4], method = :wat)
@test_throws padjust(pValues, method = :none)

0 comments on commit a506974

Please sign in to comment.