|
11 | 11 | from control.exception import ControlDimension, ControlSlycot, \
|
12 | 12 | ControlArgument, slycot_check
|
13 | 13 | from control.mateqn import care, dare
|
14 |
| -from control.statefbk import (ctrb, obsv, place, place_varga, lqr, dlqr, |
15 |
| - lqe, dlqe, gram, acker) |
| 14 | +from control.statefbk import (ctrb, obsv, place, place_varga, lqr, dlqr, |
| 15 | + lqe, dlqe, gram, acker) |
16 | 16 | from control.tests.conftest import (slycotonly, check_deprecated_matrix,
|
17 | 17 | ismatarrayout, asmatarrayout)
|
18 | 18 |
|
@@ -507,7 +507,7 @@ def test_care(self, matarrayin):
|
507 | 507 | X, L, G = care(A, B, Q, R, S, E, stabilizing=False)
|
508 | 508 |
|
509 | 509 | @pytest.mark.parametrize(
|
510 |
| - "stabilizing", |
| 510 | + "stabilizing", |
511 | 511 | [True, pytest.param(False, marks=slycotonly)])
|
512 | 512 | def test_dare(self, matarrayin, stabilizing):
|
513 | 513 | """Test stabilizing and anti-stabilizing feedback, discrete"""
|
|
0 commit comments