Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed May 7, 2024
1 parent 4330c2f commit ac86944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stingray/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ def estimate_segment_size(self, min_counts=None, min_samples=None, even_sampling
def analyze_segments(self, func, segment_size, fraction_step=1, **kwargs):
"""Analyze segments of the light curve with any function.
Intervals with less than two data points are skipped.
Intervals with less than one data point are skipped.
Parameters
----------
Expand Down

0 comments on commit ac86944

Please sign in to comment.