Skip to content

Commit 6e5a778

Browse files
committed
remove missed fail_on_pvlib_version decorator for get_am15g
1 parent bd37bbb commit 6e5a778

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/spectrum/test_irradiance.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
import numpy as np
55
from pvlib import spectrum
66

7-
from tests.conftest import assert_series_equal, fail_on_pvlib_version
7+
from tests.conftest import assert_series_equal
88

99

10-
@fail_on_pvlib_version('0.12')
1110
def test_get_reference_spectra_am15g():
1211
# test that the reference spectrum is read and interpolated correctly
1312
e = spectrum.get_reference_spectra()['global']

0 commit comments

Comments
 (0)