Update rv_transformation_tests.py

This commit is contained in:
Max Zwiessele 2015-09-13 18:57:23 +01:00
parent 122e6781c1
commit 9f40945338

View file

@ -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):