Skip to content

Commit 5fa678a

Browse files
committed
bruh
1 parent 2ef6da5 commit 5fa678a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/test_shading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_projected_solar_zenith_angle_numeric(true_tracking_angle_and_inputs):
169169
"cast_type, cast_func",
170170
[
171171
(float, float),
172-
(np.ndarray, lambda x: np.axis([x])),
172+
(np.ndarray, lambda x: np.array([x])),
173173
(pd.Series, lambda x: pd.Series(data=[x])),
174174
],
175175
)

0 commit comments

Comments
 (0)