Skip to content

Commit 002b671

Browse files
committed
Update test_irradiance.py
1 parent 0af7ffa commit 002b671

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/tests/test_irradiance.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
assert_frame_equal,
1616
assert_series_equal,
1717
requires_ephem,
18-
requires_numba
18+
requires_numba,
19+
fail_on_pvlib_version
1920
)
2021

21-
from pvlib._deprecation import pvlibDeprecationWarning, fail_on_pvlib_version
22+
from pvlib._deprecation import pvlibDeprecationWarning
2223

2324
# fixtures create realistic test input data
2425
# test input data generated at Location(32.2, -111, 'US/Arizona', 700)

0 commit comments

Comments
 (0)