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
scipy assumes zero LTI models are the result of ill conditioned numerical algorithms. The forked version of scipy that ltitop relies on works around this problem, but it's a bad approach. It's ambiguous.
Degenerate models should probably be handled separately and explicitly in ltitop.
The text was updated successfully, but these errors were encountered:
scipy
assumes zero LTI models are the result of ill conditioned numerical algorithms. The forked version ofscipy
thatltitop
relies on works around this problem, but it's a bad approach. It's ambiguous.Degenerate models should probably be handled separately and explicitly in
ltitop
.The text was updated successfully, but these errors were encountered: