8000 Add benchmarks for infinite sheds by wholmgren · Pull Request #1627 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Add benchmarks for infinite sheds #1627

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 7 commits into from
Dec 29, 2022
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
Next Next commit
slight changes to min asv config
  • Loading branch information
wholmgren committed Dec 23, 2022
commit fa51231c4fc3a54aafaab8d1430cbf787827a6fa
6 changes: 3 additions & 3 deletions benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@
{
"python": "3.7",
"build": "",
"numpy": "1.16.0",
"numpy": "1.16.5",
"pandas": "0.25.0",
"scipy": "1.4.0",
// Note: these don't have a minimum in setup.py
"h5py": "2.10.0",
"h5py": "3.1.0",
"ephem": "3.7.6.0",
"numba": "0.40.0",
"numba": "0.40.0"
},
// latest versions available
{
Expand Down
0