Skip to content

Commit b049203

Browse files
committed
use full_equations so ovservables work
1 parent a7f6cd2 commit b049203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MTKBifurcationKitExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function BifurcationKit.BifurcationProblem(osys::ODESystem, args...; kwargs...)
144144
if !ModelingToolkit.iscomplete(osys)
145145
error("A completed `ODESystem` is required. Call `complete` or `structural_simplify` on the system before creating a `BifurcationProblem`")
146146
end
147-
nsys = NonlinearSystem([0 ~ eq.rhs for eq in equations(osys)],
147+
nsys = NonlinearSystem([0 ~ eq.rhs for eq in full_equations(osys)],
148148
unknowns(osys),
149149
parameters(osys);
150150
name = nameof(osys))

0 commit comments

Comments
 (0)