Skip to content

Commit a595821

Browse files
committed
Update test to @independent_variables
1 parent 4000faf commit a595821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ end
11971197

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

0 commit comments

Comments
 (0)