We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74c835 commit 7010c0fCopy full SHA for 7010c0f
tests/bifacial/test_infinite_sheds.py
@@ -45,7 +45,7 @@ def test__poa_ground_shadows():
45
ghi, dhi, albedo, f_gnd_beam, vf_gnd_sky = (300., 100, 0.3, 0.5, 0.2)
46
result = infinite_sheds._poa_ground_shadows(ghi, dhi, albedo, f_gnd_beam,
47
vf_gnd_sky)
48
-
+
49
expected = 0.3 * (200 * 0.5 + 100 * 0.2)
50
assert np.isclose(result, expected)
51
# vector inputs
0 commit comments