Skip to content

Commit d07ae7e

Browse files
fix up some tests
1 parent 88c94f7 commit d07ae7e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

test/upstream.jl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,16 @@ solve(
4444
ArrayPartition(zeros(1), [0.75])
4545
),
4646
(0.0, 1.0)
47-
),Rodas5()
47+
),AutoTsit5(Rodas5())
4848
)
49+
50+
@test_broken solve(
51+
ODEProblem(
52+
dyn,
53+
ArrayPartition(
54+
ArrayPartition(zeros(1), [-1.0]),
55+
ArrayPartition(zeros(1), [0.75])
56+
),
57+
(0.0, 1.0)
58+
),Rodas5()
59+
).retcode == :Success

0 commit comments

Comments
 (0)