Skip to content

Commit

Permalink
fix consistency test
Browse files Browse the repository at this point in the history
  • Loading branch information
FHoltorf committed Sep 26, 2023
1 parent 6f7ef29 commit 79ab992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basictests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ end
maxiters)
sol_oop = benchmark_nlsolve_oop(quadratic_f, u0; radius_update_scheme,
maxiters)
@test sol_iip.u sol_iip.u
@test sol_iip.u sol_oop.u
end
end
end
Expand Down

0 comments on commit 79ab992

Please sign in to comment.