Skip to content

Commit 229e314

Browse files
move alloc tests to the end
1 parent 634bdb5 commit 229e314

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const global bpdn, bpdn_nls, sol = bpdn_model(compound)
1010
const global bpdn2, bpdn_nls2, sol2 = bpdn_model(compound, bounds = true)
1111
const global λ = norm(grad(bpdn, zeros(bpdn.meta.nvar)), Inf) / 10
1212

13-
include("test_allocs.jl")
1413
include("test_AL.jl")
1514

1615
for (mod, mod_name) ((x -> x, "exact"), (LSR1Model, "lsr1"), (LBFGSModel, "lbfgs"))

0 commit comments

Comments
 (0)