10000 turn off selected unit tests for scipy-0.19 · python-control/python-control@ff4a351 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff4a351

Browse files
committed
turn off selected unit tests for scipy-0.19
1 parent da04036 commit ff4a351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

control/tests/iosys_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def test_linearize(self, tsys, kincar):
204204
linearized.C, [[1, 0, 0], [0, 1, 0]])
205205
np.testing.assert_array_almost_equal(linearized.D, np.zeros((2,2)))
206206

207-
208207
def test_linearize_named_signals(self, kincar):
209208
# Full form of the call
210209
linearized = kincar.linearize([0, 0, 0], [0, 0], copy=True,
@@ -286,6 +285,7 @@ def test_connect(self, tsys):
286285
np.testing.assert_array_almost_equal(lti_t, ios_t)
287286
np.testing.assert_allclose(lti_y, ios_y,atol=0.002,rtol=0.)
288287

288+
@noscipy0
289289
@pytest.mark.parametrize(
290290
"connections, inplist, outlist",
291291
[pytest.param([[(1, 0), (0, 0, 1)]], [[(0, 0, 1)]], [[(1, 0, 1)]],
@@ -328,6 +328,7 @@ def test_connect_spec_variants(self, tsys, connections, inplist, outlist):
328328
np.testing.assert_array_almost_equal(lti_t, ios_t)
329329
np.testing.assert_allclose(lti_y, ios_y, atol=0.002, rtol=0.)
330330

331+
@noscipy0
331332
@pytest.mark.parametrize(
332333
"connections, inplist, outlist",
333334
[pytest.param([['sys2.u[0]', 'sys1.y[0]']],

0 commit comments

Comments
 (0)
0