10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6f3da commit 5aca44aCopy full SHA for 5aca44a
control/tests/nyquist_test.py
@@ -551,8 +551,7 @@ def test_nyquist_rescale():
551
552
# Bad value
553
with pytest.raises(ValueError, match="blend_fraction must be between"):
554
- cplt = ct.nyquist_plot(
555
- sys, indent_direction='left', blend_fraction=1.2)
+ ct.nyquist_plot(sys, indent_direction='left', blend_fraction=1.2)
556
557
558
if __name__ == "__main__":
0 commit comments