Skip to content

Commit

Permalink
Merge branch 'ref_fixes' of https://github.com/cwhanse/pvlib-python i…
Browse files Browse the repository at this point in the history
…nto ref_fixes
  • Loading branch information
cwhanse committed Jan 30, 2024
2 parents ff1c13c + e6e52f7 commit 6edc491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pvlib/iotools/srml.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ def get_srml(station, start, end, filetype='PO', map_variables=True,
.. [1] University of Oregon Solar Radiation Measurement Laboratory
`http://solardata.uoregon.edu/`_
.. [2] Station ID codes - Solar Radiation Measurement Laboratory
`http://solardata.uoregon.edu/StationIDCodes.html
<http://solardata.uoregon.edu/StationIDCodes.html>`_
`http://solardata.uoregon.edu/StationIDCodes.html`_
"""
# Use pd.to_datetime so that strings (e.g. '2021-01-01') are accepted
start = pd.to_datetime(start)
Expand Down
2 changes: 1 addition & 1 deletion pvlib/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
References
----------
.. [1] "PVsyst 7 Help", [Online]. Available:
https://www.pvsyst.com/help/index.html?thermal_loss.htm.
https://www.pvsyst.com/help/index.html?thermal_loss.htm.
[Accessed: 30-Jan-2024].
.. [2] Faiman, D. (2008). "Assessing the outdoor operating temperature of
Expand Down

0 comments on commit 6edc491

Please sign in to comment.