def testStp(self): assert_equal(mdamath.stp(self.e1, self.e2, self.e3), 1.0)
def test_stp(self): assert mdamath.stp(self.e1, self.e2, self.e3) == 1.0