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
Implement code review changes
  • Loading branch information
AdamRJensen committed Jun 4, 2024
commit 98de650db3010cebc7116b2762fe2c6380d63083
2 changes: 0 additions & 2 deletions pvlib/iotools/srml.py
8000
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import urllib
import warnings

from pvlib._deprecation import deprecated

# VARIABLE_MAP is a dictionary mapping SRML data element numbers to their
# pvlib names. For most variables, only the first three digits are used,
# the fourth indicating the instrument. Spectral data (7xxx) uses all
Expand Down
3 changes: 1 addition & 2 deletions pvlib/tests/iotools/test_srml.py
489A
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

from pvlib.iotools import srml
from ..conftest import (DATA_DIR, RERUNS, RERUNS_DELAY, assert_index_equal,
assert_frame_equal, fail_on_pvlib_version)
from pvlib._deprecation import pvlibDeprecationWarning
assert_frame_equal)

srml_testfile = DATA_DIR / 'SRML-day-EUPO1801.txt'

Expand Down
0