Skip to content

Commit 1f5562e

Browse files
committed
linter
1 parent 8e0c7f0 commit 1f5562e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pvlib/tests/test_irradiance.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -939,13 +939,13 @@ def test_gti_dirint_data_error():
939939

940940
aoi = np.array([100, 170, 110])
941941
with pytest.raises(
942-
ValueError, match="AOI >= 90 for all input data to gti_dirint"
943-
):
942+
ValueError, match="AOI >= 90 for all input data to gti_dirint"
943+
):
944944
irradiance.gti_dirint(
945945
poa_global, aoi, zenith, azimuth, times, surface_tilt,
946946
surface_azimuth)
947-
948-
947+
948+
949949
def test_erbs():
950950
index = pd.DatetimeIndex(['20190101']*3 + ['20190620'])
951951
ghi = pd.Series([0, 50, 1000, 1000], index=index)

0 commit comments

Comments
 (0)