mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +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))
|
self.assertTrue(m.checkgrad(1))
|
||||||
|
|
||||||
def test_Logexp(self):
|
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())
|
self._test_trans(GPy.constraints.Logexp())
|
||||||
|
|
||||||
def test_Exponent(self):
|
def test_Exponent(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue