"tests/git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "3e4fb0b9d924951b17ce70b847b597995895cfc6"
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