You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>linearize(cs, inputs, outputs)
┌ Warning: An empty operating point was passed to `linearization_function`. An operating point containing the variables that will be changed in`linearize` should be provided. Disable this warning by passing `warn_empty_op = false`.
this warning only makes sense if the user calls the lower-level function themselves. When calling the higher-level linearize, there is no option to reuse the generated function and the warning is thus unnecessary.
The text was updated successfully, but these errors were encountered:
this warning only makes sense if the user calls the lower-level function themselves. When calling the higher-level
linearize
, there is no option to reuse the generated function and the warning is thus unnecessary.The text was updated successfully, but these errors were encountered: