8000 Remove deprecated pvlib.iotools.read_srml_month_from_solardat function by AdamRJensen · Pull Request #1989 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Remove deprecated pvlib.iotools.read_srml_month_from_solardat function #1989

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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into remove_read_srml_mo…
…nth_from_solardat
  • Loading branch information
AdamRJensen committed May 24, 2024
commit 0f89279e77f6c0eb43eca88640ef524a53103af4
1 change: 0 additions & 1 deletion pvlib/tests/iotools/test_srml.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def test_get_srml():
assert_frame_equal(file_data, requested)


@pytest.mark.skip(reason="SRML server is undergoing maintenance as of 12-2023")
@pytest.mark.remote_data
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
def test_get_srml_hourly():
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0