mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
TEST: Correcting message for test skipping. This is normal that this test does not work and hence skipped.
This commit is contained in:
parent
845168af3b
commit
5ce5c5d8ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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,):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue