Skip to content

Commit 390a1a5

Browse files
remove latex outputs
1 parent c789583 commit 390a1a5

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

benchmarks/tables/bpdn-constr-table.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ stats = benchmark_table(
143143
solver_options,
144144
subsolver_options,
145145
"BPDN-cstr, M = $Mmonotone",
146-
tex = true,
146+
tex = false,
147147
);

benchmarks/tables/bpdn-table.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ stats = benchmark_table(
145145
solver_options,
146146
subsolver_options,
147147
"BPDN",
148-
tex = true,
148+
tex = false,
149149
);

benchmarks/tables/fh-table.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ names, stats = benchmark_table(
151151
solver_options[subset],
152152
subsolver_options[subset],
153153
"FH with ν = , λ = , M = $Mmonotone",
154-
tex = true,
154+
tex = false,
155155
);
156156

157157
if display_sol
@@ -166,6 +166,6 @@ if display_sol
166166
row_names = vcat(["True"], names),
167167
title = "Solution FH",
168168
formatters = ft_printf("%1.2f"),
169-
backend = Val(:latex),
169+
# backend = Val(:latex),
170170
)
171171
end

benchmarks/tables/nnmf-table.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ benchmark_table(
142142
solver_options[subset],
143143
subsolver_options[subset],
144144
"NNMF with m = $m, n = $n, k = $k, ν = , λ = , M = $Mmonotone",
145-
tex = true,
145+
tex = false,
146146
);

benchmarks/tables/svm-table.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ subsolver_options = [
132132
options4,
133133
options4_nrTR,
134134
] # n'importe lequel si subsolver = :None
135-
subset = 2:length(solvers)
135+
subset = 1:length(solvers)
136136

137137
benchmark_table(
138138
f,
@@ -147,5 +147,5 @@ benchmark_table(
147147
"SVM with ν = , λ = ",
148148
nls_train = nls_train,
149149
nls_test = nls_test,
150-
tex = true,
150+
tex = false,
151151
);

0 commit comments

Comments
 (0)