From a5d271e2dd881c124cbc8391bfa5940c70cdf4ab Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 4 Jun 2025 12:17:28 -0400 Subject: [PATCH] fix and whatsnew --- docs/examples/system-models/plot_oedi_9068.py | 2 +- docs/sphinx/source/whatsnew/v0.12.1.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/system-models/plot_oedi_9068.py b/docs/examples/system-models/plot_oedi_9068.py index 02487eff77..8544f34c9a 100644 --- a/docs/examples/system-models/plot_oedi_9068.py +++ b/docs/examples/system-models/plot_oedi_9068.py @@ -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'] diff --git a/docs/sphinx/source/whatsnew/v0.12.1.rst b/docs/sphinx/source/whatsnew/v0.12.1.rst index 06907e76fc..66105deb2f 100644 --- a/docs/sphinx/source/whatsnew/v0.12.1.rst +++ b/docs/sphinx/source/whatsnew/v0.12.1.rst @@ -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 ~~~~~~~~~~~~