From 1c5cc27cda8d561ea0a87352ebe3dd33cac0a305 Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Sat, 26 Oct 2024 18:09:48 +0200 Subject: [PATCH] format --- test/transform_solutions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/transform_solutions.jl b/test/transform_solutions.jl index e2c2ae2e..0411d61b 100644 --- a/test/transform_solutions.jl +++ b/test/transform_solutions.jl @@ -29,7 +29,7 @@ transform_solutions(res, "√(u1^2+v1^2)"; realify=true) @variables z(t) times = 0:1:10 @test to_lab_frame(res, x, times; index=1, branch=1) != zeros(length(times)) - @test all(isapprox.(to_lab_frame(res, y, times; index=1, branch=1),0.0, atol=1e-10)) + @test all(isapprox.(to_lab_frame(res, y, times; index=1, branch=1), 0.0, atol=1e-10)) @test all(to_lab_frame(res, z, times; index=1, branch=1) .≈ zeros(length(times))) @test to_lab_frame(res, d(x, t), times; index=1, branch=1) != zeros(length(times)) end