Skip to content

Commit

Permalink
Extra =s for that fresh, egal taste
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
  • Loading branch information
ararslan and nalimilan committed Oct 23, 2020
1 parent a0310c3 commit 239e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/statmodels.jl
Expand Up @@ -39,7 +39,7 @@ end
@test sprint(show, PValue(NaN)) == "NaN"
@test_throws ErrorException PValue(-0.1)
@test_throws ErrorException PValue(1.1)
@test PValue(PValue(PValue(0.05))) == PValue(0.05)
@test PValue(PValue(0.05)) === PValue(0.05)

@test sprint(showerror, ConvergenceException(10)) == "failure to converge after 10 iterations."

Expand Down

0 comments on commit 239e913

Please sign in to comment.