From 37d72b6d7bb2e54535875e892bf0d1bbca3eac4c Mon Sep 17 00:00:00 2001 From: Milan Date: Mon, 28 Mar 2022 18:22:40 +0100 Subject: [PATCH] error tolerance increased --- test/information.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/information.jl b/test/information.jl index e7d6371..b78e6ee 100644 --- a/test/information.jl +++ b/test/information.jl @@ -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