Fix typo in logged warning

Change-Id: Ibf74392b26cbe01bf7ba898491b4442cbdef8b57
This commit is contained in:
Johannes Bruenger
2025-08-04 20:11:55 +02:00
parent c380195d31
commit bae3cf781d
+1 -1
View File
@@ -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;