We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c690175 commit 9d01b7eCopy full SHA for 9d01b7e
test/nonlinearsystem.jl
@@ -397,5 +397,5 @@ end
397
# Solve the numerical problem
398
sol = solve(prob, NewtonRaphson())
399
@test SciMLBase.successful_retcode(sol)
400
- @test norm(sol.resid) < 1e-12
+ @test norm(sol.resid) < 1e-12
401
end
0 commit comments