Skip to content

Commit

Permalink
Merge branch 'switch-to-poetry' of github.com:SheffieldML/GPy into sw…
Browse files Browse the repository at this point in the history
…itch-to-poetry
  • Loading branch information
MartinBubel committed Jul 20, 2024
2 parents 3bbefaf + 728f99e commit 5c6bee4
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 35 deletions.
3 changes: 2 additions & 1 deletion GPy/testing/test_gpy_kernels_state_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -620,7 +621,7 @@ def get_new_kernels():
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."
)

Expand Down
Loading

0 comments on commit 5c6bee4

Please sign in to comment.