Skip to content

Commit 0ee074c

Browse files
authored
Update index.md
1 parent aff45e4 commit 0ee074c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,8 @@ where $X_u$ is a new algebraic state variable and $I_u$ is a selector matrix tha
304304

305305
This model may be converted to a proper statespace model (if the system is indeed proper) using `DescriptorSystems.dss2ss`.
306306
All of this is handled automatically by [`named_ss`](@ref).
307+
308+
**Summary**: If you get the error message
309+
> Input derivatives appeared in expressions (-g_z\g_u != 0)
310+
311+
Switch from calling `linearize` to calling `named_ss` with exactly the same input arguments, and then pass the argument `allow_input_derivatives = true` to `named_ss`.

0 commit comments

Comments
 (0)