8000 Merge branch 'master' into patch-2 · AdamRJensen/pvlib-python@485e2a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 485e2a9

Browse files
committed
Merge branch 'master' into patch-2
2 parents a753377 + 55af160 commit 485e2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/test_irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ def test_aoi_and_aoi_projection(surface_tilt, surface_azimuth, solar_zenith,
878878
aoi_proj_expected):
879879
aoi = irradiance.aoi(surface_tilt, surface_azimuth, solar_zenith,
880880
solar_azimuth)
881-
assert_allclose(aoi, aoi_expected, atol=1e-6)
881+
assert_allclose(aoi, aoi_expected, atol=1e-5)
882882

883883
aoi_projection = irradiance.aoi_projection(
884884
surface_tilt, surface_azimuth, solar_zenith, solar_azimuth)

0 commit comments

Comments
 (0)
0