From 1dbc49a24680930bbca461196f2057069c421931 Mon Sep 17 00:00:00 2001 From: Skylar Gering Date: Thu, 20 Jul 2023 12:37:15 -0700 Subject: [PATCH] Update bad test --- test/test_physical_processes/test_coupling.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_physical_processes/test_coupling.jl b/test/test_physical_processes/test_coupling.jl index 12eefae..e710165 100644 --- a/test/test_physical_processes/test_coupling.jl +++ b/test/test_physical_processes/test_coupling.jl @@ -147,8 +147,8 @@ @test all(isapprox.( ypoints, [-8; -4.57003; 0.0; 4.57003; repeat([8.0], 3); 4.57003; 0.0; - -4.57003; repeat([8.0], 4); repeat([-4.57003], 3); - repeat([0.0], 3); repeat([-4.57003], 3); + -4.57003; repeat([-8.0], 4); repeat([-4.46447], 3); + repeat([0.0], 3); repeat([4.46447], 3); ], atol = 1e-5 ))