Skip to content

Commit 7dbe928

Browse files
Merge pull request SciML#730 from AayushSabharwal/as/fix-downstream
fix: fix downstream CI
2 parents cf0f1bb + 584ce49 commit 7dbe928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/downstream/problem_interface.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ set_tuple!(oprob, [10.0, 10.0])
106106
@test get_tuple(oprob) == (10.0, 10.0)
107107

108108
# SDEProblem.
109-
noiseeqs = [0.1 * x,
109+
noiseeqs = [
110+
0.1 * D(x),
111+
0.1 * x,
110112
0.1 * y,
111113
0.1 * z]
112114
@named noise_sys = SDESystem(sys, noiseeqs)

0 commit comments

Comments
 (0)