Skip to content

Commit a5d271e

Browse files
committed
fix and whatsnew
1 parent 389e3d1 commit a5d271e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/examples/system-models/plot_oedi_9068.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
# module fraction and returns the average irradiance over the total module
166166
# surface.
167167

168-
solar_position = location.get_solarposition(psm3.index, latitude, longitude)
168+
solar_position = location.get_solarposition(psm3.index)
169169
tracker_angles = mount.get_orientation(
170170
solar_position['apparent_zenith'],
171171
solar_position['azimuth']

docs/sphinx/source/whatsnew/v0.12.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Documentation
6868
* Update references in :py:func:`~pvlib.iotools.get_cams` and :py:func:`~pvlib.iotools.read_cams`
6969
(:issue:`2427`, :pull:`2457`)
7070
* 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`)
71-
71+
* Fix a minor issue with calculation of solar position in the OEDI 9068 gallery page. (:pull:`2468`)
7272

7373
Requirements
7474
~~~~~~~~~~~~

0 commit comments

Comments
 (0)