Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/examples/system-models/plot_oedi_9068.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
# module fraction and returns the average irradiance over the total module
# surface.

solar_position = location.get_solarposition(psm3.index, latitude, longitude)
solar_position = location.get_solarposition(psm3.index)
tracker_angles = mount.get_orientation(
solar_position['apparent_zenith'],
solar_position['azimuth']
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/v0.12.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Documentation
* Update references in :py:func:`~pvlib.iotools.get_cams` and :py:func:`~pvlib.iotools.read_cams`
(:issue:`2427`, :pull:`2457`)
* Fix ``Edit on GitHub`` links in stable documentation so they point to the tagged repository version matching the build environment (e.g., v0.12.0). (:issue:`2456`, :pull:`2460`)

* Fix a minor issue with calculation of solar position in the OEDI 9068 gallery page. (:pull:`2468`)

Requirements
~~~~~~~~~~~~
Expand Down
Loading