We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b9da1 commit 7bb157fCopy full SHA for 7bb157f
1 file changed
test/test-allocation-test-utils.jl
@@ -48,7 +48,7 @@ end
48
49
@testset "Test in-place hessian allocations" begin
50
@testset "$Workspace" for (Workspace, limit) in
51
- ((HessDense, 1952), (HessSparse, 944), (HessSparseCOO, 0), (HessOp, 0))
+ ((HessDense, 1952), (HessSparse, 1300), (HessSparseCOO, 0), (HessOp, 0))
52
who = Workspace(nlp, n)
53
alloc_hessian(who, nlp, x0)
54
al = @allocated alloc_hessian(who, nlp, x0)
0 commit comments