Skip to content

Commit ea8e887

Browse files
committed
Clean up DiffEq dep
1 parent 0d0458c commit ea8e887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelTesting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ModelTesting
22
using DataFrames, StatsBase, LinearAlgebra
3-
using ModelingToolkit, DifferentialEquations, SymbolicIndexingInterface
3+
using ModelingToolkit, SciMLBase, SymbolicIndexingInterface
44
abstract type DiscreteEvaluation end
55
abstract type Metric end
66
include("test/measured.jl")

0 commit comments

Comments
 (0)