Skip to content

Commit

Permalink
Update test/sdesystem.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 18, 2025
1 parent 25f9ed8 commit ea95965
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/sdesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -868,12 +868,10 @@ end
@test length(ModelingToolkit.get_noiseeqs(sys)) == 1
@test length(observed(sys)) == 1
end
using ModelingToolkit, StochasticDiffEq
using ModelingToolkit: t_nounits as t, D_nounits as D

@testset "Error when constructing SDESystem without `structural_simplify`" begin
@parameters σ ρ β
@variables x(t) y(t) z(t)
@variables x(tt) y(tt) z(tt)
@brownian a
eqs = [D(x) ~ σ * (y - x) + 0.1a * x,
D(y) ~ x *- z) - y + 0.1a * y,
Expand Down

0 comments on commit ea95965

Please sign in to comment.