Skip to content

Commit 9accf8b

Browse files
Update _axes.py to enable SampleConcatter for metadata_routing
1 parent 57689b2 commit 9accf8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pysindy/utils/_axes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070
import numpy as np
7171
from numpy.typing import NDArray
7272
from sklearn.base import BaseEstimator, TransformerMixin
73-
from sklearn.utils._metadata_requests import MetadataRequester
74-
7573

7674
HANDLED_FUNCTIONS = {}
7775

@@ -828,7 +826,7 @@ def comprehend_axes(x):
828826
return axes
829827

830828

831-
class SampleConcatter(BaseEstimator, TransformerMixin, MetadataRequester):
829+
class SampleConcatter(BaseEstimator, TransformerMixin):
832830
def __init__(self):
833831
pass
834832

0 commit comments

Comments
 (0)