Skip to content

Commit 560e76a

Browse files
committed
more verbose
1 parent d80cc3b commit 560e76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationMadNLP/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ end
497497
@test min_dist > 0.5 # Electrons should be well-separated
498498
end
499499

500-
@testset "LBFGS vs Exact Hessian" begin
500+
@testset verbose = true "LBFGS vs Exact Hessian" begin
501501
# Test with moderate size to show LBFGS efficiency
502502
np = 10 # Gyroelongated square dipyramid configuration
503503
x0 = init_electrons_on_sphere(np)

0 commit comments

Comments
 (0)