Skip to content

Commit

Permalink
Flake updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Dec 19, 2023
1 parent 7a94062 commit 34b4169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pvlib/tests/iotools/test_srml.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def test_get_srml_nonexisting_month_warning():
data, meta = data, meta = srml.get_srml(
station='EUO', start='2009-12-01', end='2010-01-31', filetype='PO')


@pytest.mark.remote_data
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
def test_get_srml_station_two_letter_error():
Expand All @@ -122,4 +123,4 @@ def test_get_srml_station_two_letter_error():
# two-letter station code. E.g., Eugene, Oregon station used to be EU
# and now goes by EUO
data, meta = data, meta = srml.get_srml(
station='EU', start='2022-12-01', end='2022-01-31', filetype='PO')
station='EU', start='2022-01-01', end='2022-01-31', filetype='PO')

0 comments on commit 34b4169

Please sign in to comment.