@@ -257,7 +257,7 @@ def testMargin(self):
257257 gm , pm , wg , wp = margin (self .siso_ss2 );
258258 gm , pm , wg , wp = margin (self .siso_ss2 * self .siso_ss2 * 2 );
259259 np .testing .assert_array_almost_equal (
260- [gm , pm , wg , wp ], [1.5451 , 75.9933 , 0.6559 , 1.2720 ], decimal = 3 )
260+ [gm , pm , wg , wp ], [1.5451 , 75.9933 , 1.2720 , 0.6559 ], decimal = 3 )
261261
262262 def testDcgain (self ):
263263 #Create different forms of a SISO system
@@ -554,8 +554,6 @@ def testSS2cont(self):
554554 -0.260952977031384 -0.274201791021713;
555555 -0.304617775734327 0.075182622718853""" ), sysd .B )
556556
557-
558- @unittest .skip ("need to update margin command" )
559557 def testCombi01 (self ):
560558 # test from a "real" case, combines tf, ss, connect and margin
561559 # this is a type 2 system, with phase starting at -180. The
@@ -610,8 +608,8 @@ def testCombi01(self):
610608 # print("%f %f %f %f" % (gm, pm, wg, wp))
611609 self .assertAlmostEqual (gm , 3.32065569155 )
612610 self .assertAlmostEqual (pm , 46.9740430224 )
613- self .assertAlmostEqual (wp , 0.0616288455466 )
614611 self .assertAlmostEqual (wg , 0.176469728448 )
612+ self .assertAlmostEqual (wp , 0.0616288455466 )
615613
616614#! TODO: not yet implemented
617615# def testMIMOtfdata(self):
0 commit comments