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 87bd7b6 commit e039299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_solve_shifted_system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function test_solve_shifted_system()
# Setup Test Case 1: Default setup from setup_test_val
B, H, b, _, x_sol, x_true = setup_test_val(n = 100, M = 5, σ = 0.0)


# Solve the system using solve_shifted_system!
result = ldiv!(x_sol, B, b)

Expand Down

0 comments on commit e039299

Please sign in to comment.