Skip to content

Commit

Permalink
Merge pull request SciML#2939 from SciML/baggepinnen-patch-4
Browse files Browse the repository at this point in the history
normalize operating point user input
  • Loading branch information
ChrisRackauckas authored Aug 8, 2024
2 parents 1482786 + e1b1e0f commit c6ced30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/systems/abstractsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2238,6 +2238,7 @@ function linearization_function(sys::AbstractSystem, inputs,
eval_expression = false, eval_module = @__MODULE__,
warn_initialize_determined = true,
kwargs...)
op = Dict(op)
inputs isa AbstractVector || (inputs = [inputs])
outputs isa AbstractVector || (outputs = [outputs])
ssys, diff_idxs, alge_idxs, input_idxs = io_preprocessing(sys, inputs, outputs;
Expand Down

0 comments on commit c6ced30

Please sign in to comment.