Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhanse committed Dec 31, 2024
1 parent ab7c411 commit 10dcb6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pvlib/tests/test_irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,10 +939,10 @@ def test_gti_dirint_data_error():

aoi = np.array([100, 170, 110])
with pytest.raises(
ValueError, match="AOI >= 90 for all input data to gti_dirint"):
irradiance.gti_dirint(
poa_global, aoi, zenith, azimuth, times, surface_tilt,
surface_azimuth)
ValueError, match="AOI >= 90 for all input data to gti_dirint"):
irradiance.gti_dirint(
poa_global, aoi, zenith, azimuth, times, surface_tilt,
surface_azimuth)


def test_erbs():
Expand Down

0 comments on commit 10dcb6d

Please sign in to comment.