Skip to content

Commit

Permalink
Merge pull request #730 from AayushSabharwal/as/fix-downstream
Browse files Browse the repository at this point in the history
fix: fix downstream CI
  • Loading branch information
ChrisRackauckas authored Jul 5, 2024
2 parents cf0f1bb + 584ce49 commit 7dbe928
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/downstream/problem_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ set_tuple!(oprob, [10.0, 10.0])
@test get_tuple(oprob) == (10.0, 10.0)

# SDEProblem.
noiseeqs = [0.1 * x,
noiseeqs = [
0.1 * D(x),
0.1 * x,
0.1 * y,
0.1 * z]
@named noise_sys = SDESystem(sys, noiseeqs)
Expand Down

0 comments on commit 7dbe928

Please sign in to comment.