8000 Add get_srml iotools function; deprecate read_srml_month_from_solardat by AdamRJensen · Pull Request #1779 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Add get_srml iotools function; deprecate read_srml_month_from_solardat #1779

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 13 commits into from
Jun 29, 2023
Merged
Prev Previous commit
Update pvlib/tests/iotools/test_srml.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
  • Loading branch information
AdamRJensen and kandersolar authored Jun 29, 2023
commit a1b39226827a840596d8a33abc1fad5424df3c43
2 changes: 1 addition & 1 deletion pvlib/tests/iotools/test_srml.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_get_srml():
file_data = srml.read_srml(url)
requested, _ = srml.get_srml(station='EU', start='2018-01-01',
end='2018-01-31')
assert assert_frame_equal(file_data, requested)
assert_frame_equal(file_data, requested)


@fail_on_pvlib_version('0.11')
Expand Down
0