From 5ce5c5d8ced4f50e2ce51b80425775141802c4ab Mon Sep 17 00:00:00 2001 From: Alex Grigorievskiy Date: Fri, 19 Aug 2016 16:38:56 +0100 Subject: [PATCH] TEST: Correcting message for test skipping. This is normal that this test does not work and hence skipped. --- GPy/testing/gpy_kernels_state_space_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/testing/gpy_kernels_state_space_tests.py b/GPy/testing/gpy_kernels_state_space_tests.py index f39eb9d0..4714dda3 100644 --- a/GPy/testing/gpy_kernels_state_space_tests.py +++ b/GPy/testing/gpy_kernels_state_space_tests.py @@ -267,7 +267,7 @@ class StateSpaceKernelsTests(np.testing.TestCase): gp_kernel=gp_kernel, mean_compare_decimal=2, var_compare_decimal=2) except AssertionError: - raise SkipTest("Skipping Regular kalman filter for kernel addition, as it seems to be bugged for some python versions") + raise SkipTest("Skipping Regular kalman filter for kernel addition, because it is not stable (normal situation) for this data.") def test_kernel_multiplication(self,):