8000 Correct slope calculation in clearsky.detect_clearsky by cwhanse · Pull Request #1242 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Correct slope calculation in clearsky.detect_clearsky #1242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 25, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add note to whatsnew
  • Loading branch information
cwhanse committed Jun 17, 2021
commit 976052c2d28a73686999ff413050f413e1f6c077
3 changes: 3 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ Bug fixes
calling :py:func:`~pvlib.pvsystem.calcparams_cec`. (:issue:`1215`, :pull:`1216`)
* Corrected methodology error in :py:func:`~pvlib.scaling.wvm`. Tracks with
fix in PVLib for MATLAB. (:issue:`1206`, :pull:`1213`)
* Corrected an error affecting :py:func:`~pvlib.clearsky.detect_clearsky`
when data time step is not one minute. Error was introduced in v0.8.1.
(:issue:`1241`, :pull:`1242`)

Testing
~~~~~~~
Expand Down
0