Loosening tolerances on the inner loop solver tests
This commit is contained in:
		| @@ -12,7 +12,7 @@ function single_shoot(start::Vector{Float64}, | ||||
|                       t0::Float64, | ||||
|                       tf::Float64, | ||||
|                       x0::AbstractVector, | ||||
|                       tol=1e-8) | ||||
|                       tol=1e-6) | ||||
|  | ||||
|   n::Int = length(x0)/3 | ||||
|   function f!(F,x) | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Connor
					Connor