@@ -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