Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Jun 25, 2024
1 parent 6b65c51 commit 636ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nldd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
its_newton = get_its(results_newton)

function test_solver_result(result)
@test its_newton > get_its(result)
@test its_newton >= get_its(result)
end
@testset "NLDD on $name" begin
for solve_tol_mobility in [nothing, 0.01, 0.05]
Expand Down

0 comments on commit 636ed0b

Please sign in to comment.