Skip to content

Commit

Permalink
fix: line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalch committed Apr 18, 2024
1 parent 75ed39b commit fbb11fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oodeel/methods/rmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbb11fe

Please sign in to comment.