8000 python >= 3.6, add scipy 1.2.0 to min requirements by wholmgren · Pull Request #1035 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

python >= 3.6, add scipy 1.2.0 to min requirements #1035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Sep 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missed a needs numpy 10
  • Loading branch information
wholmgren committed Aug 27, 2020
commit cffd2b117949f5e5c30ac350e0683d43f8e3766c
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