Skip to content

Commit a5319b7

Browse files
committed
I didn't save all before committing, yet again
1 parent d6293ee commit a5319b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/test_pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def test_PVSystem_sapm_celltemp_kwargs(mocker):
434434
temp_model_params['a'],
435435
temp_model_params['b'],
436436
temp_model_params['deltaT'])
437-
assert_allclose(out, 57, atol=1e-1)
437+
assert_allclose(out, 57, atol=1)
438438

439439

440440
def test_PVSystem_multi_array_sapm_celltemp_different_arrays():

0 commit comments

Comments
 (0)