Skip to content

Commit 903c171

Browse files
committed
Another hidden diffeq dep
1 parent 8ab4970 commit 903c171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/problem_config/problem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module ProblemHelpers
22
import SciMLBase
3-
using DataFrames, DifferentialEquations
43
# some thin wrappers over remake
54
initial_condition(prob::SciMLBase.AbstractDEProblem, u0) = remake(prob, u0 = u0)
65
tspan(prob::SciMLBase.AbstractDEProblem, tspan) = remake(prob, tspan = tspan)

0 commit comments

Comments
 (0)