Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeyers committed Mar 18, 2024
1 parent b858f07 commit 3eed793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solardatatools/algorithms/loss_factor_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def estimate_degradation_rate(
)
# check exit conditions
if counter < 20:
# get at least 10 samples
# get at least 20 samples
continue
elif counter > max_samples:
# don't go over max_samples
Expand Down

0 comments on commit 3eed793

Please sign in to comment.