From 89d28d6d9a6924e994d16042276b26418c74d12c Mon Sep 17 00:00:00 2001 From: Farhad Rahbarnia <31899325+farhadrclass@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:13:34 -0400 Subject: [PATCH] Update test/test_solve_shifted_system.jl Co-authored-by: Dominique --- test/test_solve_shifted_system.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_solve_shifted_system.jl b/test/test_solve_shifted_system.jl index 670a433..caafea5 100644 --- a/test/test_solve_shifted_system.jl +++ b/test/test_solve_shifted_system.jl @@ -59,8 +59,6 @@ function test_solve_shifted_system() @test isapprox(x_sol, x_H, atol = 1e-6, rtol = 1e-6) @test isapprox(x_sol, x_true, atol = 1e-6, rtol = 1e-6) end - - end test_solve_shifted_system()