Skip to content

Commit 0351562

Browse files
committed
Expand nyquist test
1 parent c02c254 commit 0351562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

control/tests/frd_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ def testNyquist(self):
192192
# plt.savefig('/dev/null', format='svg')
193193
plt.figure(2)
194194
freqplot.nyquist(f1, f1.omega)
195+
plt.figure(3)
196+
freqplot.nyquist(f1)
195197
# plt.savefig('/dev/null', format='svg')
196198

197199
@slycotonly

0 commit comments

Comments
 (0)