Skip to content

Commit 5f02cb8

Browse files
committed
Clean up tests
1 parent a153d86 commit 5f02cb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/downstream/symbol_indexing.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using RecursiveArrayTools, ModelingToolkit, OrdinaryDiffEq, Test
22

3-
@variables t x(t) # independent and dependent variables
4-
@parameters τ # parameters
5-
D = Differential(t) # define an operator for the differentiation w.r.t. time
3+
@variables t x(t)
4+
@parameters τ
5+
D = Differential(t)
66
@variables RHS(t)
77
@named fol_separate = ODESystem([ RHS ~ (1 - x)/τ,
88
D(x) ~ RHS ])

0 commit comments

Comments
 (0)