Skip to content

Commit

Permalink
Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencrtrcap committed Sep 3, 2024
1 parent 8ddc3dd commit 5b988ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qolmat/analysis/holes_characterization.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ def _pklm_preprocessing(self, X: Union[pd.DataFrame, np.ndarray]) -> np.ndarray:
Raises:
-------
TypeNotHandled
If the DataFrame contains columns with data types that are not numeric, string, or boolean.
If the DataFrame contains columns with data types that are not numeric, string, or
boolean.
"""
if isinstance(X, np.ndarray):
return X
Expand Down

0 comments on commit 5b988ec

Please sign in to comment.