Skip to content

Commit eb8b617

Browse files
Update tearing.jl
1 parent e926d06 commit eb8b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/structural_transformation/tearing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ infprob = ODEProblem(structural_simplify(sys), [x => 1.0], (0, 1.0), [p => 0.2])
169169
infprob.f(du, infprob.u0, pr, tt)
170170
@test any(isnan, du)
171171

172-
sol1 = solve(prob, RosShamp4(), reltol = 8e-7)
172+
sol1 = solve(prob, RosShamp4(), reltol = 1e-7)
173173
sol2 = solve(ODEProblem{false}((u, p, t) -> [-asin(u[1] - pr * t)],
174174
[1.0],
175175
(0, 1.0),

0 commit comments

Comments
 (0)