Skip to content

Commit

Permalink
Remove debug again, tolerances should be fine now.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 31, 2023
1 parent 2ae6ca0 commit 70bb309
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/solvers/test_adaptive_regularization_with_cubics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ include("../utils/example_tasks.jl")
θ=0.5,
σ=100.0,
retraction_method=PolarRetraction(),
debug=[:Iteration, :Cost, , :ρ_denominator, "\n"],
)
@test isapprox(M, p1, p4)
# with a large η1 to trigger the bad model case once
Expand Down

0 comments on commit 70bb309

Please sign in to comment.