We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
window_length
reno
1 parent 9aef5b5 commit 861da05Copy full SHA for 861da05
docs/whatsnew/v0.2.3.rst
@@ -10,7 +10,8 @@ Enhancements
10
11
Bug Fixes
12
~~~~~~~~~
13
-
+* :py:func:`pvanalytics.features.clearsky.reno` now correctly passes
14
+ ``window_length`` to the underlying pvlib function. (:pull:`221`)
15
16
Requirements
17
~~~~~~~~~~~~
pvanalytics/features/clearsky.py
@@ -72,7 +72,7 @@ def reno(ghi, ghi_clearsky):
72
ghi,
73
ghi_clearsky,
74
ghi.index,
75
- window_length,
+ window_length=window_length,
76
lower_line_length=-5*scale_factor,
77
upper_line_length=10*scale_factor,
78
slope_dev=8*scale_factor
0 commit comments