Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Feb 5, 2025
1 parent b417089 commit 42724c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ function SciMLBase.ODEProblem(g::ODEGraphSystem, u0map, tspan, param_map=[];
end
prob
end


function SciMLBase.SDEProblem(g::SDEGraphSystem, u0map, tspan, param_map=[];
scheduler=SerialScheduler(), tstops=Float64[],
allow_nonconcrete=false, kwargs...)
Expand Down

0 comments on commit 42724c0

Please sign in to comment.