Skip to content

Commit

Permalink
more init
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 20, 2024
1 parent 1c02b2a commit cbd1992
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aeon/clustering/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def test_correct_input():
class _TestClusterer(BaseClusterer):
"""Clusterer for testing base class fit/predict/predict_proba."""

def __init__(self):
super().__init__()

def _fit(self, X, y=None):
"""Fit dummy."""
return self
Expand Down

0 comments on commit cbd1992

Please sign in to comment.