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 dc38035 commit 1317cf8Copy full SHA for 1317cf8
Project.toml
@@ -1,7 +1,7 @@
1
name = "ModelTesting"
2
uuid = "726cd793-0c59-4a7a-97d2-1baad301d093"
3
authors = ["Ben Chung <benjamin.chung@juliahub.com> and contributors"]
4
-version = "1.0.3-DEV"
+version = "1.0.4-DEV"
5
6
[deps]
7
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
src/problem_config/problem.jl
@@ -1,5 +1,6 @@
module ProblemHelpers
import SciMLBase
+using DataFrame
# some thin wrappers over remake
initial_condition(prob::SciMLBase.AbstractDEProblem, u0) = remake(prob, u0 = u0)
tspan(prob::SciMLBase.AbstractDEProblem, tspan) = remake(prob, tspan = tspan)
0 commit comments