Skip to content

Commit 036ceaa

Browse files
fixup! refactor!: require systems to be completed before creating an XProblem
1 parent bbd3994 commit 036ceaa

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
@@ -143,7 +143,7 @@ function BifurcationKit.BifurcationProblem(osys::ODESystem, args...; kwargs...)
143143
unknowns(osys),
144144
parameters(osys);
145145
name = nameof(osys))
146-
return BifurcationKit.BifurcationProblem(nsys, args...; kwargs...)
146+
return BifurcationKit.BifurcationProblem(complete(nsys), args...; kwargs...)
147147
end
148148

149149
end # module

0 commit comments

Comments
 (0)