TEST: Correcting message for test skipping. This is normal that this test does not work and hence skipped.

This commit is contained in:
Alex Grigorievskiy 2016-08-19 16:38:56 +01:00
parent 845168af3b
commit 5ce5c5d8ce

View file

@ -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,):