Skip to content

Commit

Permalink
remove extra t D
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 27, 2024
1 parent b31928a commit 88aab2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/downstream/solution_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ sol = solve(sprob, ImplicitEM())
@test_throws Exception sol[:a]
### Tests on layered model (some things should not work). ###

@parameters t σ ρ β
@parameters σ ρ β
@variables x(t) y(t) z(t)
D = Differential(t)

eqs = [D(x) ~ σ * (y - x),
D(y) ~ x *- z) - y,
Expand Down

0 comments on commit 88aab2c

Please sign in to comment.