Loosening tolerances on the inner loop solver tests

This commit is contained in:
Connor
2021-08-25 16:45:10 -06:00
parent 54f2a5cb7f
commit db883187a1
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
colors=["#FFFFFF","#FF4444","#44FF44","#4444FF"]),
"../plots/find_closest_test.html")
if converged(result)
@test norm(path2[end,:] - final) < 1e-6
@test norm(path2[end,:] - final) < 1e-4
end
end