-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Infinite sheds beam fraction on ground zenith guardrail syntax bug #2245
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
Labels
Milestone
Comments
jason-rpkt
added a commit
to jason-rpkt/pvlib-python
that referenced
this issue
Jan 23, 2025
Infinite sheds beam fraction on ground zenith guardrail syntax bug Set unshaded ground fraction to zero for solar_zenith> max_zenith
8 tasks
jason-rpkt
added a commit
to jason-rpkt/pvlib-python
that referenced
this issue
Jan 24, 2025
jason-rpkt
added a commit
to jason-rpkt/pvlib-python
that referenced
this issue
Jan 24, 2025
Line 90 linter/ PEP8
jason-rpkt
added a commit
to jason-rpkt/pvlib-python
that referenced
this issue
Jan 27, 2025
This reverts commit 8b67a41.
cwhanse
added a commit
that referenced
this issue
Feb 4, 2025
…yntax bug (#2359) * Issue #2245 Infinite sheds beam fraction on ground zenith guardrail syntax bug Set unshaded ground fraction to zero for solar_zenith> max_zenith * Issue #2245 - Linting/ PEP8 * Revert "Issue #2245 utils.py" This reverts commit 8b67a41. * Update from solar_zenith to ghi Update docs\sphinx\source\whatsnew\v0.11.3.rst * series input for ghi in test_infinite_sheds.py * Update docs/sphinx/source/whatsnew/v0.11.3.rst --------- Co-authored-by: Cliff Hansen <[email protected]>
echedey-ls
pushed a commit
to echedey-ls/pvlib-python
that referenced
this issue
Feb 19, 2025
…ail syntax bug (pvlib#2359) * Issue pvlib#2245 Infinite sheds beam fraction on ground zenith guardrail syntax bug Set unshaded ground fraction to zero for solar_zenith> max_zenith * Issue pvlib#2245 - Linting/ PEP8 * Revert "Issue pvlib#2245 utils.py" This reverts commit 8b67a41. * Update from solar_zenith to ghi Update docs\sphinx\source\whatsnew\v0.11.3.rst * series input for ghi in test_infinite_sheds.py * Update docs/sphinx/source/whatsnew/v0.11.3.rst --------- Co-authored-by: Cliff Hansen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
As reported by @kdebrab in this #717 (review) comment
Expected behavior
the line is meant to start with
f_gnd_beam =
and clip it at max zenith so values don’t blow up.Versions:
pvlib.__version__
: <=0.11.1The text was updated successfully, but these errors were encountered: