Skip to content

Commit 06de594

Browse files
committed
add observed to NonlinearSystem
1 parent b049203 commit 06de594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/MTKBifurcationKitExt.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ function BifurcationKit.BifurcationProblem(osys::ODESystem, args...; kwargs...)
147147
nsys = NonlinearSystem([0 ~ eq.rhs for eq in full_equations(osys)],
148148
unknowns(osys),
149149
parameters(osys);
150+
observed = observed(osys),
150151
name = nameof(osys))
151152
return BifurcationKit.BifurcationProblem(complete(nsys), args...; kwargs...)
152153
end

0 commit comments

Comments
 (0)