Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/sphinx/source/user_guide/clearsky.rst
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,8 @@ Now we run the synthetic data and clear sky estimate through the

.. ipython:: python

clear_samples = clearsky.detect_clearsky(ghi, cs['ghi'], cs.index, 10)
clear_samples = clearsky.detect_clearsky(ghi, cs['ghi'], cs.index,
window_length=10)

fig, ax = plt.subplots()

Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew/v0.10.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Testing
Documentation
~~~~~~~~~~~~~
* Fixed a plotting issue in the IV curve gallery example (:pull:`1895`)
* Fixed `detect_clearsky` example in `clearsky.rst` (:issue:`1914`)

Contributors
~~~~~~~~~~~~
Expand Down