8000 Fix some broken links by cwhanse · Pull Request #1957 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Fix some broken links #1957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
kandersolar authored Feb 1, 2024
commit 2d030aaa64a38de09a2a7a76be7f949759f40a81
4 changes: 2 additions & 2 deletions pvlib/iotools/srml.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ def get_srml(station, start, end, filetype='PO', map_variables=True,
References
----------
.. [1] University of Oregon Solar Radiation Measurement Laboratory
http://solardata.uoregon.edu/_
http://solardata.uoregon.edu/
.. [2] Station ID codes - Solar Radiation Measurement Laboratory
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
0