Skip to content

Commit

Permalink
Update test to @independent_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Jul 17, 2024
1 parent 4000faf commit a595821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/odesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ end

# https://github.com/SciML/ModelingToolkit.jl/issues/2818
@testset "Custom independent variable" begin
@parameters x
@independent_variables x
@variables y(x)
@test_nowarn @named sys = ODESystem([y ~ 0], x)

Expand Down

0 comments on commit a595821

Please sign in to comment.