mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 10:32:39 +02:00
Update rv_transformation_tests.py
This commit is contained in:
parent
57ad1debfd
commit
b8b7ca1e17
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class TestModel(GPy.core.Model):
|
|||
class RVTransformationTestCase(unittest.TestCase):
|
||||
|
||||
def _test_trans(self, trans):
|
||||
m = TestModel(trans.name)
|
||||
m = TestModel(trans.__class__.__name__)
|
||||
prior = GPy.priors.LogGaussian(.5, 0.1)
|
||||
m.theta.set_prior(prior)
|
||||
m.theta.unconstrain()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue