mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
Update rv_transformation_tests.py
This commit is contained in:
parent
122e6781c1
commit
9f40945338
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class RVTransformationTestCase(unittest.TestCase):
|
|||
if not m.checkgrad():
|
||||
checks_failed += 1.
|
||||
m.checkgrad(1)
|
||||
self.assertTrue(checks_failed/float(checks) > .7)
|
||||
self.assertTrue(checks_failed/float(checks) <= .3)
|
||||
|
||||
|
||||
def test_Logexp(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue