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 0d0458c commit ea8e887Copy full SHA for ea8e887
src/ModelTesting.jl
@@ -1,6 +1,6 @@
1
module ModelTesting
2
using DataFrames, StatsBase, LinearAlgebra
3
-using ModelingToolkit, DifferentialEquations, SymbolicIndexingInterface
+using ModelingToolkit, SciMLBase, SymbolicIndexingInterface
4
abstract type DiscreteEvaluation end
5
abstract type Metric end
6
include("test/measured.jl")
0 commit comments