Skip to content

Commit daf1dc2

Browse files
cwhanseRDaxini
andauthored
Apply suggestion from @RDaxini
Co-authored-by: Rajiv Daxini <143435106+RDaxini@users.noreply.github.com>
1 parent 9ed0f2d commit daf1dc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/iotools/test_era5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_get_era5_timeout(params):
9393
with pytest.raises(requests.exceptions.Timeout, match=match):
9494
df, meta = pvlib.iotools.get_era5(**params, timeout=1)
9595

96+
9697
def test__m_to_cm():
9798
from pvlib.iotools.era5 import _m_to_cm
9899
assert _m_to_cm(0.01) == 1 # 0.01 m = 1 cm

0 commit comments

Comments
 (0)