Skip to content

Commit 9d01b7e

Browse files
Update test/nonlinearsystem.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c690175 commit 9d01b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nonlinearsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,5 +397,5 @@ end
397397
# Solve the numerical problem
398398
sol = solve(prob, NewtonRaphson())
399399
@test SciMLBase.successful_retcode(sol)
400-
@test norm(sol.resid) < 1e-12
400+
@test norm(sol.resid) < 1e-12
401401
end

0 commit comments

Comments
 (0)