Skip to content

Commit

Permalink
Debugging CI segfault in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed May 23, 2024
1 parent 6bf6d34 commit 19a07ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solvers/logit/path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ 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 19a07ca

Please sign in to comment.