Skip to content

Commit

Permalink
error tolerance increased
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed Mar 28, 2022
1 parent fcf1f11 commit 37d72b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/information.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
for T in (UInt8,UInt16,UInt32,UInt64,Float16,Float32,Float64)
mutinf = mutual_information(rand(T,N),rand(T,N))
for m in mutinf
@test isapprox(0,m,atol=1e-3)
@test isapprox(0,m,atol=2e-3)
end
end

Expand Down

0 comments on commit 37d72b6

Please sign in to comment.