mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 06:16:24 +02:00
[test] adding some more tests for coverage
This commit is contained in:
parent
8c892f5276
commit
80f112e13a
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class ParameterizedTest(unittest.TestCase):
|
|||
def test_checkgrad(self):
|
||||
assert(self.testmodel.kern.checkgrad())
|
||||
assert(self.testmodel.kern.lengthscale.checkgrad())
|
||||
assert(self.testmodel.likelihood.lengthscale.checkgrad())
|
||||
assert(self.testmodel.likelihood.checkgrad())
|
||||
|
||||
def test_printing(self):
|
||||
print(self.test1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue