Skip to content

Commit ee421a4

Browse files
committed
update failing test
1 parent bb82373 commit ee421a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/bifacial/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_system_fixed_tilt():
3535
c22 = (-2 - sqr3) / np.sqrt(1.25**2 + (2 + sqr3)**2) # right edge row 0
3636
c23 = (0 - sqr3) / np.sqrt(1.25**2 + (0 - sqr3)**2) # right edge row 1
3737
vf_2 = 0.5 * (c23 - c22 + c21 - c20) # vf at point 1
38-
vfs_ground_sky = np.array([vf_0, vf_1, vf_2])
38+
vfs_ground_sky = np.array([[vf_0], [vf_1], [vf_2]])
3939
return syst, pts, vfs_ground_sky
4040

4141

0 commit comments

Comments
 (0)