diff --git a/src/nemos/basis/_basis.py b/src/nemos/basis/_basis.py index b648a284..27d74c1e 100644 --- a/src/nemos/basis/_basis.py +++ b/src/nemos/basis/_basis.py @@ -259,7 +259,7 @@ def __sklearn_get_params__(self, deep=True): Implements standard scikit-learn, get parameters by inspecting init. This function will be called by Base.get_params() to get the actual param - structure. + structure, overwring the inheritance. Parameters ----------