Skip to content

Commit 4eee373

Browse files
fix: don't use defaults_and_guesses for operating point
1 parent 494a7e7 commit 4eee373

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/linearization.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ function linearization_function(sys::AbstractSystem, inputs,
6767
end
6868

6969
fun, u0, p = process_SciMLProblem(
70-
ODEFunction{true, SciMLBase.FullSpecialize}, sys, merge(
71-
defaults_and_guesses(sys), op), p;
70+
ODEFunction{true, SciMLBase.FullSpecialize}, sys, op, p;
7271
t = 0.0, build_initializeprob = initializealg isa OverrideInit,
7372
allow_incomplete = true, algebraic_only = true)
7473
prob = ODEProblem(fun, u0, (nothing, nothing), p)

0 commit comments

Comments
 (0)