Skip to content

Commit d9142ba

Browse files
committed
tests: Remove a warning
1 parent dde7c0f commit d9142ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/src/dense_qp_wrapper.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7594,7 +7594,6 @@ TEST_CASE("ProxQP::dense: test memory allocation when estimating biggest "
75947594
"eigenvalue with power iteration")
75957595
{
75967596
double sparsity_factor = 1.;
7597-
T tol = T(1e-3);
75987597
utils::rand::set_seed(1);
75997598
dense::isize dim = 2;
76007599
dense::isize n_eq(dim);
@@ -7614,4 +7613,4 @@ TEST_CASE("ProxQP::dense: test memory allocation when estimating biggest "
76147613
PROXSUITE_EIGEN_MALLOC_NOT_ALLOWED();
76157614
dense::power_iteration(H, dw, rhs, err_v, 1.E-6, 10000);
76167615
PROXSUITE_EIGEN_MALLOC_ALLOWED();
7617-
}
7616+
}

0 commit comments

Comments
 (0)