ilayn / harold

An open-source systems and controls toolbox for Python3
MIT License
173 stars 19 forks source link

SciPy's QZ decomposition leads to failure #15

Closed ilayn closed 7 years ago

ilayn commented 7 years ago

A PR for the fix is already committed to SciPy https://github.com/scipy/scipy/pull/8178. In the meantime modify the tests that avoids QZ convergence failures.

ilayn commented 7 years ago

Fixed.