We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed0f2d commit daf1dc2Copy full SHA for daf1dc2
1 file changed
tests/iotools/test_era5.py
@@ -93,6 +93,7 @@ def test_get_era5_timeout(params):
93
with pytest.raises(requests.exceptions.Timeout, match=match):
94
df, meta = pvlib.iotools.get_era5(**params, timeout=1)
95
96
+
97
def test__m_to_cm():
98
from pvlib.iotools.era5 import _m_to_cm
99
assert _m_to_cm(0.01) == 1 # 0.01 m = 1 cm
0 commit comments