Skip to content

Commit

Permalink
Tweak some docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandergaba committed Oct 7, 2024
1 parent f484f7e commit 0bee890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyriodicity/detectors/cfd_autoperiod.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def fit(
@staticmethod
def _cluster_period_hints(period_hints: ArrayLike, n: int) -> NDArray:
"""
Find the centroids of the period hint density clusters
Find the centroids of the period hint density clusters.
Parameters
----------
Expand Down Expand Up @@ -201,7 +201,7 @@ def _is_hint_valid(
correlation_func: str,
) -> bool:
"""
Validate the period hint
Validate the period hint.
Parameters
----------
Expand Down

0 comments on commit 0bee890

Please sign in to comment.