Skip to content

Commit

Permalink
Debugging CI core dump
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed May 23, 2024
1 parent 7612570 commit c67b99f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/solvers/logit/path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ void PathTracer::TracePath(
p_callback(x);

while (!p_terminate(x)) {
std::cout << h << std::endl;
bool accept = true;

if (fabs(h) <= c_hmin) {
Expand Down

0 comments on commit c67b99f

Please sign in to comment.