Skip to content

Commit ab7c411

Browse files
committed
linter
1 parent 1f5562e commit ab7c411

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pvlib/tests/test_irradiance.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -939,11 +939,10 @@ 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-
):
944-
irradiance.gti_dirint(
945-
poa_global, aoi, zenith, azimuth, times, surface_tilt,
946-
surface_azimuth)
942+
ValueError, match="AOI >= 90 for all input data to gti_dirint"):
943+
irradiance.gti_dirint(
944+
poa_global, aoi, zenith, azimuth, times, surface_tilt,
945+
surface_azimuth)
947946

948947

949948
def test_erbs():

0 commit comments

Comments
 (0)