@@ -11,7 +11,6 @@ for XData in (
1111 PDataKARC (S, T, n),
1212 PDataTRK (S, T, n),
1313 PDataST (S, T, n),
14- # PDataSpectral(S, T, n),
1514)
1615 @testset " Allocation test in ARCTR.decrease for $(typeof (XData)) " begin
1716 alloc_decrease () = @allocated ARCTR. decrease (XData, α, TR)
@@ -37,15 +36,9 @@ ng = norm(g)
3736calls, max_calls = 0 , 1000000
3837
3938for (Data, solve, limit_solve, limit_preprocess) in (
40- # :solve_diag,
41- # :solve_diagTR,
42- # (PDataSpectral(S, T, n), :solve_modelARCDiag),
43- # (PDataSpectral(S, T, n), :solve_modelARCDiagAbs),
44- (PDataKARC, :solve_modelKARC , 112 , 4488 ),
45- (PDataTRK, :solve_modelTRK , 112 , 2400 ),
46- (PDataST, :solve_modelST_TR , 560 , 0 ),
47- # (PDataSpectral, :solve_modelTRDiag, 5408, 279328),
48- # (PDataSpectral, :solve_modelTRDiagAbs, 5408, 279328),
39+ (PDataKARC, :solve_modelKARC , 112 , 0 ),
40+ (PDataTRK, :solve_modelTRK , 112 , 0 ),
41+ (PDataST, :solve_modelST_TR , 192 , 0 ),
4942)
5043 @testset " Allocation test in preprocess with $(Data) " begin
5144 XData = Data (S, T, n)
0 commit comments