Skip to content

Commit 7f21434

Browse files
committed
Revert test_irradiance change in precision
1 parent a5319b7 commit 7f21434

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
@@ -94,7 +94,7 @@ def relative_airmass(times):
9494
'asce', 'spencer', 'nrel', pytest.param('pyephem', marks=requires_ephem)])
9595
def test_get_extra_radiation(testval, expected, method):
9696
out = irradiance.get_extra_radiation(testval, method=method)
97-
assert_allclose(out, expected, atol=1e-10)
97+
assert_allclose(out, expected, atol=10)
9898

9999

100100
def test_get_extra_radiation_epoch_year():

0 commit comments

Comments
 (0)