Skip to content

Commit

Permalink
use isapprox
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf committed Jan 27, 2024
1 parent c2f1088 commit 8728097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ end
@test std(d) == one($μ)
d = Normal(;μ=$μ, $std_param=$val)
@test mean(d) == $μ
@test var(d) == abs2($σ)
@test std(d) == $σ
@test var(d) abs2($σ)
@test std(d) $σ
end
end
end
Expand Down

0 comments on commit 8728097

Please sign in to comment.