Update rv_transformation_tests.py

This commit is contained in:
Max Zwiessele 2015-09-13 18:23:12 +01:00
parent ff40c2bc57
commit 4d97053dbf

View file

@ -65,7 +65,7 @@ class RVTransformationTestCase(unittest.TestCase):
self.assertTrue(m.checkgrad(1))
def test_Logexp(self):
raise self.SkipTest("Test failes randomly on python 2 and 3? O_o")
raise unittest.SkipTest("Test failes randomly on python 2 and 3? O_o")
self._test_trans(GPy.constraints.Logexp())
def test_Exponent(self):