Skip to content

Commit dd54c0f

Browse files
Update aeon/anomaly_detection/collection/tests/test_classification.py
Co-authored-by: Sebastian Schmidl <10573700+SebastianSchmidl@users.noreply.github.com>
1 parent 09aa245 commit dd54c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/anomaly_detection/collection/tests/test_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from aeon.testing.data_generation import make_example_3d_numpy
1313

1414

15-
class DummyClassifier(BaseEstimator, ClassifierMixin):
15+
class _DummyClassifier(BaseEstimator, ClassifierMixin):
1616
"""Mock classifier for testing adapter pass-through behavior."""
1717

1818
def __init__(self, forced_predictions=None):

0 commit comments

Comments
 (0)