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 2ef6da5 commit 5fa678aCopy full SHA for 5fa678a
pvlib/tests/test_shading.py
@@ -169,7 +169,7 @@ def test_projected_solar_zenith_angle_numeric(true_tracking_angle_and_inputs):
169
"cast_type, cast_func",
170
[
171
(float, float),
172
- (np.ndarray, lambda x: np.axis([x])),
+ (np.ndarray, lambda x: np.array([x])),
173
(pd.Series, lambda x: pd.Series(data=[x])),
174
],
175
)
0 commit comments