Update rv_transformation_tests.py

This commit is contained in:
Max Zwiessele 2015-09-14 17:20:28 +01:00
parent 9d1cb5a717
commit bf13f5403d

View file

@ -62,6 +62,7 @@ class RVTransformationTestCase(unittest.TestCase):
m.theta.set_prior(prior)
m.theta.constrain(trans)
m.randomize()
print(m)
self.assertTrue(m.checkgrad(1))
def test_Logexp(self):