Skip to content

Commit 88aab2c

Browse files
remove extra t D
1 parent b31928a commit 88aab2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/downstream/solution_interface.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ sol = solve(sprob, ImplicitEM())
3939
@test_throws Exception sol[:a]
4040
### Tests on layered model (some things should not work). ###
4141

42-
@parameters t σ ρ β
42+
@parameters σ ρ β
4343
@variables x(t) y(t) z(t)
44-
D = Differential(t)
4544

4645
eqs = [D(x) ~ σ * (y - x),
4746
D(y) ~ x *- z) - y,

0 commit comments

Comments
 (0)