Update rv_transformation_tests.py

This commit is contained in:
Max Zwiessele 2015-09-12 19:05:24 +01:00
parent 0b386dec4f
commit 30c91be886

View file

@ -56,9 +56,9 @@ class RVTransformationTestCase(unittest.TestCase):
#plt.show(block=True)
# END OF PLOT
# Check the gradients at a few random points
np.random.seed(12345)
#np.random.seed(12345)
for i in range(5):
m.randomize()
m.theta = theta_s[i]
self.assertTrue(m.checkgrad(verbose=True))
def test_Logexp(self):