Skip to content

Commit

Permalink
rm kwargs...
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Oct 16, 2023
1 parent c2268d9 commit 045082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/abstractsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ lsys_sym, _ = ModelingToolkit.linearize_symbolic(cl, [f.u], [p.x])
```
"""
function linearize(sys, lin_fun; t = 0.0, op = Dict(), allow_input_derivatives = false,
p = DiffEqBase.NullParameters(), kwargs...)
p = DiffEqBase.NullParameters())
x0 = merge(defaults(sys), op)
u0, p2, _ = get_u0_p(sys, x0, p; use_union = false, tofloat = true)

Expand Down

0 comments on commit 045082e

Please sign in to comment.