mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Update rv_transformation_tests.py
This commit is contained in:
parent
ff40c2bc57
commit
4d97053dbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue