8000 Add benchmarks for infinite sheds by wholmgren · Pull Request #1627 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Add benchmarks for infinite sheds #1627

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 7 commits into from
Dec 29, 2022
Merged
Show file tree
Hide file tree
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
cleanup
  • Loading branch information
wholmgren committed Dec 28, 2022
commit c1c999a12590c582c4b699479dede86dde1e6731
5 changes: 4 additions & 1 deletion benchmarks/benchmarks/infinite_sheds.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ def setup(self):
periods=1440)
self.location = location.Location(40, -80)
self.solar_position = self.location.get_solarposition(self.times)
self.clearsky_irradiance = self.location.get_clearsky(self.times)
self.clearsky_irradiance = self.location.get_clearsky(
self.times,
solar_position=self.solar_position,
)
self.surface_tilt = 20
self.surface_azimuth = 180
self.gcr = 0.35
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/v0.9.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ Requirements

Contributors
~~~~~~~~~~~~

* Kevin Anderson (:ghuser:`kanderso-nrel`)
* Will Holmgren (:ghuser:`wholmgren`)
0