From 1e69785b07220122e3de54743502f1816f6a5127 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Tue, 22 Apr 2025 16:42:34 +0200 Subject: [PATCH] fix test on mac --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 8c7e90c8..f8cb6ead 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2591,7 +2591,6 @@ end # This test allows computing times that are # 2.5 times the mean value. In a loglog plot these # differences won't be significant. - @test maximum((v .- m1) ./ m1) < 1.5 allowed = 1.5 if Sys.isapple() # On macOS, the time differences are larger