Skip to content

Commit 3abe369

Browse files
cwhansekandersolar
andauthored
Update pvlib/clearsky.py
Co-authored-by: Kevin Anderson <[email protected]>
1 parent bdb7308 commit 3abe369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/clearsky.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -818,10 +818,10 @@ def detect_clearsky(measured, clearsky, times=None, infer_limits=False,
818818

819819
if samples_per_window < 3:
820820
raise ValueError(f"Samples per window of {samples_per_window}"
821-
f" found. Each window must contain at least 3 data"
822-
f" points."
821+
" found. Each window must contain at least 3 data"
822+
" points."
823823
" Samples per window is calculated from window_length"
824-
" ({window_length} found) and the data interval"
824+
f" ({window_length} found) and the data interval"
825825
f" ({sample_interval} found)."
826826
" Increase window_length.")
827827

0 commit comments

Comments
 (0)