Skip to content

Commit ea95965

Browse files
Update test/sdesystem.jl
1 parent 25f9ed8 commit ea95965

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/sdesystem.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -868,12 +868,10 @@ end
868868
@test length(ModelingToolkit.get_noiseeqs(sys)) == 1
869869
@test length(observed(sys)) == 1
870870
end
871-
using ModelingToolkit, StochasticDiffEq
872-
using ModelingToolkit: t_nounits as t, D_nounits as D
873871

874872
@testset "Error when constructing SDESystem without `structural_simplify`" begin
875873
@parameters σ ρ β
876-
@variables x(t) y(t) z(t)
874+
@variables x(tt) y(tt) z(tt)
877875
@brownian a
878876
eqs = [D(x) ~ σ * (y - x) + 0.1a * x,
879877
D(y) ~ x *- z) - y + 0.1a * y,

0 commit comments

Comments
 (0)