Skip to content

Commit 4b1d6ec

Browse files
fix: skip inplace check in BifurcationKit
1 parent ce1584f commit 4b1d6ec

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
@@ -136,6 +136,7 @@ function BifurcationKit.BifurcationProblem(nsys::NonlinearSystem,
136136
args...;
137137
record_from_solution = record_from_solution,
138138
J = J,
139+
inplace = true,
139140
kwargs...)
140141
end
141142

0 commit comments

Comments
 (0)