We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab4970 commit 903c171Copy full SHA for 903c171
src/problem_config/problem.jl
@@ -1,6 +1,5 @@
1
module ProblemHelpers
2
import SciMLBase
3
-using DataFrames, DifferentialEquations
4
# some thin wrappers over remake
5
initial_condition(prob::SciMLBase.AbstractDEProblem, u0) = remake(prob, u0 = u0)
6
tspan(prob::SciMLBase.AbstractDEProblem, tspan) = remake(prob, tspan = tspan)
0 commit comments