Skip to content

Commit 80052b8

Browse files
committed
address comment nit
1 parent 55056de commit 80052b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bifacial/test_ants2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test__shaded_fraction():
2626
assert 0 == ants2d._shaded_fraction(10, 20, 0.5)
2727
assert 0 == ants2d._shaded_fraction(-10, -20, 0.5)
2828

29-
# sun behind the modules (AOI > 90)
29+
# front surface facing away from sun (AOI > 90)
3030
# (debatable whether this should be zero or one)
3131
assert 0 == ants2d._shaded_fraction(45, -50, 0.5)
3232
assert 0 == ants2d._shaded_fraction(-45, 50, 0.5)

0 commit comments

Comments
 (0)