From 4d97053dbfa85fb06098b3be10060697148908f5 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sun, 13 Sep 2015 18:23:12 +0100 Subject: [PATCH] Update rv_transformation_tests.py --- GPy/testing/rv_transformation_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/testing/rv_transformation_tests.py b/GPy/testing/rv_transformation_tests.py index e4247174..02dd3680 100644 --- a/GPy/testing/rv_transformation_tests.py +++ b/GPy/testing/rv_transformation_tests.py @@ -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):