8000 update freqplot unit test to avoid intermittent warnings · toaster-code/python-control@9f143ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f143ec

Browse files
committed
update freqplot unit test to avoid intermittent warnings
1 parent cd8fcfd commit 9f143ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/freqplot_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def test_mixed_systypes():
570570

571571

572572
def test_suptitle():
573-
sys = ct.rss(2, 2, 2)
573+
sys = ct.rss(2, 2, 2, strictly_proper=True)
574574

575575
# Default location: center of axes
576576
cplt = ct.bode_plot(sys)

0 commit comments

Comments
 (0)
0