8000 Fix nichols_grid test · python-control/python-control@71f3b61 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71f3b61

Browse files
committed
Fix nichols_grid test
1 parent b813e0c commit 71f3b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/nichols_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_fixed_view(self):
8383

8484
# normally a broad axis
8585
plt.clf()
86-
m, p = nichols(g)
86+
nichols(g)
8787

8888
assert(plt.xlim()[0] == -1440)
8989
assert(plt.ylim()[0] <= -240)

0 commit comments

Comments
 (0)
0