mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 02:24:17 +02:00
Update rv_transformation_tests.py
This commit is contained in:
parent
92c703ba12
commit
40bd1c970a
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
for i in range(5):
|
||||
m.theta = theta_s[i]
|
||||
m.unset_prior()
|
||||
m.randomize()
|
||||
self.assertTrue(m.checkgrad(verbose=True))
|
||||
|
||||
def test_Logexp(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue