From 074b85ec82bd9279b70f9bcf8a05de346c77bda9 Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Mon, 24 Nov 2025 10:57:26 -0500 Subject: [PATCH] Fix test bug for hybrid jump tests --- test/jumpsystem.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jumpsystem.jl b/test/jumpsystem.jl index ca3d56359f..e30516afe3 100644 --- a/test/jumpsystem.jl +++ b/test/jumpsystem.jl @@ -536,7 +536,7 @@ end seed += 1 end Xsamp /= Nsims - @test abs(Xsamp - Xf(0.2, p) < 0.05 * Xf(0.2, p)) + @test abs(Xsamp - Xf(0.2, p)) < 0.05 * Xf(0.2, p) end @testset "JumpProcess simulation should be Int64 valued (#3446)" begin