Skip to content

Commit 3c8f2f2

Browse files
committed
rename from ECMWF to ERA5
1 parent ee7474d commit 3c8f2f2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pvlib/iotools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
from pvlib.iotools.meteonorm import get_meteonorm_observation_training # noqa: F401, E501
4646
from pvlib.iotools.meteonorm import get_meteonorm_tmy # noqa: F401
4747
from pvlib.iotools.nasa_power import get_nasa_power # noqa: F401
48-
from pvlib.iotools.ecmwf import get_era5 # noqa: F401
48+
from pvlib.iotools.era5 import get_era5 # noqa: F401
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
tests for pvlib/iotools/ecmwf.py
2+
tests for pvlib/iotools/era5.py
33
"""
44

55
import pandas as pd

0 commit comments

Comments
 (0)