Skip to content

Commit

Permalink
add observed to NonlinearSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Aug 1, 2024
1 parent b049203 commit 06de594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/MTKBifurcationKitExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ function BifurcationKit.BifurcationProblem(osys::ODESystem, args...; kwargs...)
nsys = NonlinearSystem([0 ~ eq.rhs for eq in full_equations(osys)],
unknowns(osys),
parameters(osys);
observed = observed(osys),
name = nameof(osys))
return BifurcationKit.BifurcationProblem(complete(nsys), args...; kwargs...)
end
Expand Down

0 comments on commit 06de594

Please sign in to comment.