Skip to content

Commit 2265092

Browse files
committed
Update test_gaussian_process.py
1 parent 3433b41 commit 2265092

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/test_gaussian_process.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,6 @@ def test_irregular_spacing(self):
326326
class TestFallbackBehavior:
327327
"""Test fallback behavior when GP fails."""
328328

329-
def test_gp_not_available(self):
330-
"""Test behavior when scikit-learn is not available."""
331-
# This test is mainly for documentation - actual testing would require
332-
# mocking the import failure
333-
pass
334-
335329
@pytest.mark.skipif(not HAS_GP, reason="Gaussian Process methods not available")
336330
def test_gp_fitting_failure(self):
337331
"""Test fallback when GP fitting fails."""

0 commit comments

Comments
 (0)