Skip to content

Commit

Permalink
bfgs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Nov 10, 2023
1 parent 74612f4 commit c5d62a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polysolve/nonlinear/descent_strategies/BFGS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace polysolve::nonlinear
}
catch (const std::runtime_error &err)
{
m_logger.warn("Unable to factorize Hessian: \"{}\";", err.what());
m_logger.debug("Unable to factorize Hessian: \"{}\";", err.what());
return false;

Check warning on line 53 in src/polysolve/nonlinear/descent_strategies/BFGS.cpp

View check run for this annotation

Codecov / codecov/patch

src/polysolve/nonlinear/descent_strategies/BFGS.cpp#L52-L53

Added lines #L52 - L53 were not covered by tests
}

Expand Down

0 comments on commit c5d62a9

Please sign in to comment.