Skip to content

Commit 1317cf8

Browse files
committed
Fix dataframes dep
1 parent dc38035 commit 1317cf8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelTesting"
22
uuid = "726cd793-0c59-4a7a-97d2-1baad301d093"
33
authors = ["Ben Chung <benjamin.chung@juliahub.com> and contributors"]
4-
version = "1.0.3-DEV"
4+
version = "1.0.4-DEV"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

src/problem_config/problem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module ProblemHelpers
22
import SciMLBase
3+
using DataFrame
34
# some thin wrappers over remake
45
initial_condition(prob::SciMLBase.AbstractDEProblem, u0) = remake(prob, u0 = u0)
56
tspan(prob::SciMLBase.AbstractDEProblem, tspan) = remake(prob, tspan = tspan)

0 commit comments

Comments
 (0)