"examples/vscode:/vscode.git/clone" did not exist on "8801154b3d8b62681314d0ff99b87830cb397b77"
Commit f6c42f7d authored by Davis King's avatar Davis King
Browse files

Fixed a typo

parent f698db9c
......@@ -453,7 +453,7 @@ namespace dlib
{
converged = true;
skip_cache = false;
return (current_risk_gap < std::max(cache_based_eps,cache_based_eps*current_risk_value));
return (current_risk_gap < std::max(cache_based_eps,cache_based_eps*current_risk_value)) ||
(current_risk_gap == 0);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment