We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__structural_simplify(::JumpSystem)
1 parent 01d37d8 commit 80b6368Copy full SHA for 80b6368
src/systems/systems.jl
@@ -56,10 +56,6 @@ function structural_simplify(
56
end
57
58
59
-function __structural_simplify(sys::JumpSystem, args...; kwargs...)
60
- return sys
61
-end
62
-
63
function __structural_simplify(sys::AbstractSystem, io = nothing; simplify = false,
64
kwargs...)
65
# TODO: convert noise_eqs to brownians for simplification
0 commit comments