8000 Update pvlib.iotools.get_srml to adhere to SRML's new file structure by AdamRJensen · Pull Request #1931 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Update pvlib.iotools.get_srml to adhere to SRML's new file structure #1931

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

Closed
wants to merge 7 commits into from
Closed
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
Next Next commit
Update test name
  • Loading branch information
AdamRJensen committed Dec 19, 2023
commit 7a940625491b7a765dac060ffd7ac50a9e2eaee0
2 changes: 1 addition & 1 deletion pvlib/tests/iotools/test_srml.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_get_srml_nonexisting_month_warning():

@pytest.mark.remote_data
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
def test_get_srml_nonexisting_month_warning():
def test_get_srml_station_two_letter_error():
with pytest.raises(ValueError, match='should be a 3 letter station abbreviation'): # noqa: E501
# Test that an error is raised when specifying a station using the old
# two-letter station code. E.g., Eugene, Oregon station used to be EU
Expand Down
0