mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
[statespace] less restrictive test for regular statespace model
This commit is contained in:
parent
78f7ef3e43
commit
3c2edf852b
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class StateSpaceKernelsTests(np.testing.TestCase):
|
||||||
use_cython=False, optimize_max_iters=10, check_gradients=True,
|
use_cython=False, optimize_max_iters=10, check_gradients=True,
|
||||||
predict_X=X,
|
predict_X=X,
|
||||||
gp_kernel=gp_kernel,
|
gp_kernel=gp_kernel,
|
||||||
mean_compare_decimal=5, var_compare_decimal=5)
|
mean_compare_decimal=2, var_compare_decimal=2)
|
||||||
|
|
||||||
ss_kernel, gp_kernel = get_new_kernels()
|
ss_kernel, gp_kernel = get_new_kernels()
|
||||||
self.run_for_model(X, Y, ss_kernel, kalman_filter_type = 'svd',
|
self.run_for_model(X, Y, ss_kernel, kalman_filter_type = 'svd',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue