Skip to content

Commit 3b6a666

Browse files
committed
Uncomment some tests
1 parent 83572cf commit 3b6a666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/enzyme.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ const test_enzyme = true
9595

9696
include("sparse_jacobian.jl")
9797
include("sparse_jacobian_nls.jl")
98-
# include("sparse_hessian.jl")
99-
# include("sparse_hessian_nls.jl")
98+
include("sparse_hessian.jl")
99+
include("sparse_hessian_nls.jl")
100100

101101
for problem in NLPModelsTest.nlp_problems ["GENROSE"]
102102
include("nlp/problems/$(lowercase(problem)).jl")

0 commit comments

Comments
 (0)