mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 21:42:39 +02:00
fix missing import in test arm
This commit is contained in:
parent
6a0c1bef89
commit
728f99efbe
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"""
|
||||
Testing state space related functions.
|
||||
"""
|
||||
import pytest
|
||||
import numpy as np
|
||||
import GPy
|
||||
import GPy.models.state_space_model as SS_model
|
||||
|
|
@ -620,7 +621,7 @@ class TestStateSpaceKernels:
|
|||
var_compare_decimal=2,
|
||||
)
|
||||
except AssertionError:
|
||||
raise SkipTest(
|
||||
raise pytest.skip(
|
||||
"Skipping Regular kalman filter for kernel addition, because it is not stable (normal situation) for this data."
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue