Skip to content

Commit

Permalink
missed a needs numpy 10
Browse files Browse the repository at this point in the history
  • Loading branch information
wholmgren committed Aug 27, 2020
1 parent 0dc8cbf commit cffd2b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pvlib/tests/test_irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ def test_erbs_all_scalar():
assert_allclose(v, expected[k], 5)


@needs_numpy_1_10
def test_dirindex(times):
ghi = pd.Series([0, 0, 1038.62, 254.53], index=times)
ghi_clearsky = pd.Series(
Expand Down

0 comments on commit cffd2b1

Please sign in to comment.