Skip to content

Commit ce64618

Browse files
fix: fix test
1 parent b57f7f3 commit ce64618

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 = 1e-7, dtmax = 0.1)
172+
sol1 = solve(prob, RosShamp4(), reltol = 9e-4)
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)