ilayn / harold

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

FIX: Transfer __add__() method was wrong for nonmonic denominator entries #48

Closed ilayn closed 5 years ago

ilayn commented 5 years ago

Closes #47

As reported, it turns out that the addition was completely off for Transfer realizations if the denominators are not monic. Moreover, somehow the previous overhaul didn't make it to the master branch.