From 79ab9928abb06565c15714b05842a2aca5338b87 Mon Sep 17 00:00:00 2001 From: FHoltorf <32248677+FHoltorf@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:50:34 -0400 Subject: [PATCH] fix consistency test --- test/basictests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basictests.jl b/test/basictests.jl index 54e63e93d..e7e816fd0 100644 --- a/test/basictests.jl +++ b/test/basictests.jl @@ -284,7 +284,7 @@ end maxiters) sol_oop = benchmark_nlsolve_oop(quadratic_f, u0; radius_update_scheme, maxiters) - @test sol_iip.u ≈ sol_iip.u + @test sol_iip.u ≈ sol_oop.u end end end