mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix typo in logged warning
Change-Id: Ibf74392b26cbe01bf7ba898491b4442cbdef8b57
This commit is contained in:
@@ -124,7 +124,7 @@ bool ResidualBlock::Evaluate(const bool apply_loss_function,
|
||||
"residual and jacobians that were requested or there was a "
|
||||
"non-finite "
|
||||
"value (nan/infinite)\n" // NOLINT
|
||||
"generated during the or jacobian computation. \n\n"
|
||||
"generated during the jacobian computation. \n\n"
|
||||
<< EvaluationToString(
|
||||
*this, parameters.data(), cost, residuals, eval_jacobians);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user