Skip to content

Commit

Permalink
Update test/test_solve_shifted_system.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique <[email protected]>
  • Loading branch information
farhadrclass and dpo authored Oct 4, 2024
1 parent e039299 commit 89d28d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_solve_shifted_system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 89d28d6

Please sign in to comment.