diff --git a/oodeel/methods/rmds.py b/oodeel/methods/rmds.py index e184daf..50b8c40 100644 --- a/oodeel/methods/rmds.py +++ b/oodeel/methods/rmds.py @@ -52,7 +52,7 @@ def _fit_to_dataset(self, fit_dataset: DatasetType) -> None: Args: fit_dataset (Union[TensorType, DatasetType]): input dataset (ID) """ - # means and pseudo-inverse of the mean convariance matrice from Mahalanobis method + # means and pseudo-inverse of the mean convariance matrice from Mahalanobis super()._fit_to_dataset(fit_dataset) # extract features