-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
delta_t
to be array in SPA functions (#2190)
* code changes: allow delta_t to be array * initial test updates * whatsnew * lint * fix dtype issue * more delta_t array tests * optimize numba/numpy reloads and warnings * more lint * Update pvlib/spa.py Co-authored-by: Adam R. Jensen <[email protected]> * add test with varying delta_t --------- Co-authored-by: Adam R. Jensen <[email protected]>
- Loading branch information
1 parent
94c3fc5
commit 5803ce3
Showing
4 changed files
with
70 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters