Skip to content

Commit 38fea4d

Browse files
committed
CI correction. Line pvlib#215
1 parent 3bbf743 commit 38fea4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/tests/test_atmosphere.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ def test_AM_AOD_PW_spectral_correction_supplied():
212212
coeffs = (
213213
1.0044, 0.0095, -0.0037, 0.0002, 0.0000, -0.0046,
214214
-0.0182, 0, 0.0095, 0.0068, 0, 1)
215-
out = atmosphere.AM_AOD_PW_spectral_correction(1, 1, 1, coefficients=coeffs)
215+
out = atmosphere.AM_AOD_PW_spectral_correction(1,
216+
1, 1, coefficients=coeffs)
216217
expected = 1.005674
217218
assert_allclose(out, expected, atol=1e-3)
218219

0 commit comments

Comments
 (0)