Skip to content

Commit

Permalink
resolve conflicts from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolos Chalkis committed Jun 30, 2024
2 parents cc5ec47 + 5bc28d6 commit 2150a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_internal_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ void call_test_analytic_center() {
P.normalize();

auto [Hessian, analytic_center, converged] = barrier_center_ellipsoid_linear_ineq<MT, EllipsoidType::LOG_BARRIER, MT, VT, NT>(P.get_mat(), P.get_vec());
SpMT Asp = P.get_mat().sparseView();

SpMT Asp = P.get_mat().sparseView();
auto [Hessian_sp, analytic_center2, converged2] = barrier_center_ellipsoid_linear_ineq<MT, EllipsoidType::LOG_BARRIER, SpMT, VT, NT>(Asp, P.get_vec());

CHECK(P.is_in(Point(analytic_center)) == -1);
Expand Down

0 comments on commit 2150a17

Please sign in to comment.