arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

Detect discretization issues in ss2sim #89

Open arvoelke opened 7 years ago

arvoelke commented 7 years ago

Sometimes ss2sim (via LinearSystem) will destabilize sys when discretizing it with the given dt. This occurs for larger order delays that are not properly balanced / normalized. A workaround is to supply dt=None. It would be better to gracefully detect and handle this problem automatically, since it's not always apparent that something is going to go wrong.

arvoelke commented 7 years ago

Might be duplicate of #93.