Skip to content

Commit 938ae88

Browse files
committed
Fixed frequency response unittest
1 parent 9962cea commit 938ae88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/tests/freqresp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_bode_margin(self):
112112
num = [1000]
113113
den = [1, 25, 100, 0]
114114
sys = ctrl.tf(num, den)
115-
ctrl.bode_plot(sys, margins=True,dB=False,deg = True)
115+
ctrl.bode_plot(sys, margins=True,dB=False,deg = True, Hz=False)
116116
fig = plt.gcf()
117117
allaxes = fig.get_axes()
118118

0 commit comments

Comments
 (0)