Skip to content

Commit 7010c0f

Browse files
committed
lint
1 parent a74c835 commit 7010c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bifacial/test_infinite_sheds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test__poa_ground_shadows():
4545
ghi, dhi, albedo, f_gnd_beam, vf_gnd_sky = (300., 100, 0.3, 0.5, 0.2)
4646
result = infinite_sheds._poa_ground_shadows(ghi, dhi, albedo, f_gnd_beam,
4747
vf_gnd_sky)
48-
48+
4949
expected = 0.3 * (200 * 0.5 + 100 * 0.2)
5050
assert np.isclose(result, expected)
5151
# vector inputs

0 commit comments

Comments
 (0)