Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Jul 16, 2024
1 parent 1580319 commit f7cb014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/odesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ eqs = [
]
@test_throws ArgumentError ODESystem(eqs, t, vars, pars, name = :foo)

# equations without variables are forbidden
# https://github.com/SciML/ModelingToolkit.jl/issues/2727
# equations without variables are forbidden
# https://github.com/SciML/ModelingToolkit.jl/issues/2727
@parameters p q
@test_throws ArgumentError ODESystem([p ~ q], t; name = :foo)
@test_throws ArgumentError ODESystem([p ~ 1], t; name = :foo)
Expand Down

0 comments on commit f7cb014

Please sign in to comment.