mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
add missing test class setup fun call
This commit is contained in:
parent
08ad7bd610
commit
4e5bdae893
1 changed files with 1 additions and 0 deletions
|
|
@ -544,6 +544,7 @@ class TestKernelGradientContinuous:
|
|||
assert check_kernel_gradient_functions(k, X=self.X, X2=self.X2, verbose=verbose)
|
||||
|
||||
def test_OU(self):
|
||||
self.setup()
|
||||
k = GPy.kern.OU(self.D - 1, ARD=True)
|
||||
k.randomize()
|
||||
assert check_kernel_gradient_functions(k, X=self.X, X2=self.X2, verbose=verbose)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue