Skip to content

Commit ce751f1

Browse files
committed
Do not overlap with pvlib#2080
1 parent 7f21434 commit ce751f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/test_temperature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_pvsyst_cell_ndarray():
8585
winds = np.array([10, 5, 0])
8686
result = temperature.pvsyst_cell(irrads, temps, wind_speed=winds)
8787
expected = np.array([0.0, 23.96551, 5.0])
88-
assert_allclose(expected, result, 1e-3)
88+
assert_allclose(expected, result, 3)
8989

9090

9191
def test_pvsyst_cell_series():

0 commit comments

Comments
 (0)