@@ -204,7 +204,6 @@ def test_linearize(self, tsys, kincar):
204
204
linearized .C , [[1 , 0 , 0 ], [0 , 1 , 0 ]])
205
205
np .testing .assert_array_almost_equal (linearized .D , np .zeros ((2 ,2 )))
206
206
207
-
208
207
def test_linearize_named_signals (self , kincar ):
209
208
# Full form of the call
210
209
linearized = kincar .linearize ([0 , 0 , 0 ], [0 , 0 ], copy = True ,
@@ -286,6 +285,7 @@ def test_connect(self, tsys):
286
285
np .testing .assert_array_almost_equal (lti_t , ios_t )
287
286
np .testing .assert_allclose (lti_y , ios_y ,atol = 0.002 ,rtol = 0. )
288
287
288
+ @noscipy0
289
289
@pytest .mark .parametrize (
290
290
"connections, inplist, outlist" ,
291
291
[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):
328
328
np .testing .assert_array_almost_equal (lti_t , ios_t )
329
329
np .testing .assert_allclose (lti_y , ios_y , atol = 0.002 , rtol = 0. )
330
330
331
+ @noscipy0
331
332
@pytest .mark .parametrize (
332
333
"connections, inplist, outlist" ,
333
334
[pytest .param ([['sys2.u[0]' , 'sys1.y[0]' ]],
0 commit comments