ilayn / harold

An open-source systems and controls toolbox for Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: bode_plot tries np.log(0) if freqresp returns with 0. in the response

ilayn opened this issue · comments

It's not blocking but especially for static gains

bode_plot(State(np.eye(2)))

gives RuntimeWarning: divide by zero encountered in log10 warning when bodemag part is calculated.