We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83572cf commit 3b6a666Copy full SHA for 3b6a666
test/enzyme.jl
@@ -95,8 +95,8 @@ const test_enzyme = true
95
96
include("sparse_jacobian.jl")
97
include("sparse_jacobian_nls.jl")
98
-# include("sparse_hessian.jl")
99
-# include("sparse_hessian_nls.jl")
+include("sparse_hessian.jl")
+include("sparse_hessian_nls.jl")
100
101
for problem in NLPModelsTest.nlp_problems ∪ ["GENROSE"]
102
include("nlp/problems/$(lowercase(problem)).jl")
0 commit comments