Skip to content

Commit c17159b

Browse files
committed
formatting
1 parent 5e50efd commit c17159b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lib/OptimizationMadNLP/test/runtests.jl

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ end
498498
@test min_dist > 0.5 # Electrons should be well-separated
499499
end
500500

501-
@testset verbose = true "LBFGS vs Exact Hessian" begin
501+
@testset verbose=true "LBFGS vs Exact Hessian" begin
502502
# Test with moderate size to show LBFGS efficiency
503503
np = 10 # Gyroelongated square dipyramid configuration
504504
x0 = init_electrons_on_sphere(np)
@@ -526,11 +526,12 @@ end
526526
)
527527

528528
sol = solve(prob, opt; abstol = 1e-6, maxiters = 300, verbose = false)
529-
push!(results, name => (
530-
objective = sol.objective,
531-
iterations = sol.stats.iterations,
532-
success = SciMLBase.successful_retcode(sol)
533-
))
529+
push!(results,
530+
name => (
531+
objective = sol.objective,
532+
iterations = sol.stats.iterations,
533+
success = SciMLBase.successful_retcode(sol)
534+
))
534535
end
535536

536537
# All methods should converge

0 commit comments

Comments
 (0)