Skip to content

Commit 612e0c8

Browse files
committed
for plotting, need a bit more points
1 parent 10e6fe1 commit 612e0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/frd_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def testAuto(self):
100100

101101
def testBode(self):
102102
h1 = TransferFunction([1], [1, 2, 2])
103-
omega = np.logspace(-1, 2, 10)
103+
omega = np.logspace(-1, 2, 30)
104104
f1 = FRD(h1, omega)
105105
control.freqplot.nyquist(f1, np.logspace(-1, 2, 100))
106106
plt.figure(2)

0 commit comments

Comments
 (0)