8000 fix and whatsnew (#2468) · leopardracer/pvlib-python@6e6a71b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e6a71b

Browse files
authored
fix and whatsnew (pvlib#2468)
1 parent 49528aa commit 6e6a71b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
@@ -73,7 +73,7 @@ Documentation
7373
* Update references in :py:func:`~pvlib.iotools.get_cams` and :py:func:`~pvlib.iotools.read_cams`
7474
(:issue:`2427`, :pull:`2457`)
7575
* 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`)
76-
76+
* Fix a minor issue with calculation of solar position in the OEDI 9068 gallery page. (:pull:`2468`)
7777

7878
Requirements
7979
~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0