We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb82373 commit ee421a4Copy full SHA for ee421a4
pvlib/tests/bifacial/test_utils.py
@@ -35,7 +35,7 @@ def test_system_fixed_tilt():
35
c22 = (-2 - sqr3) / np.sqrt(1.25**2 + (2 + sqr3)**2) # right edge row 0
36
c23 = (0 - sqr3) / np.sqrt(1.25**2 + (0 - sqr3)**2) # right edge row 1
37
vf_2 = 0.5 * (c23 - c22 + c21 - c20) # vf at point 1
38
- vfs_ground_sky = np.array([vf_0, vf_1, vf_2])
+ vfs_ground_sky = np.array([[vf_0], [vf_1], [vf_2]])
39
return syst, pts, vfs_ground_sky
40
41
0 commit comments