-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vectorize
pvlib.bifacial.utils._vf_ground_sky_2d
across `surface_ti…
…lt` (#1682) * vectorize _vf_ground_sky_2d across surface_tilt also a few other micro-optimizations * whatsnew * remove straggler instrumentation * docstring improvement * stickler * update failing test * remove "per-point" language * sprinkle in some `del`s * contorted version using numpy's `out` parameter * even more out * add vectorize kwarg to infinite_sheds * benchmark both vectorize=True and vectorize=False * improve comments * test coverage * stickler * Apply suggestions from code review Co-authored-by: Cliff Hansen <cwhanse@sandia.gov> * stickler --------- Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
- Loading branch information
1 parent
ef8ad2f
commit c1856ac
Showing
6 changed files
with
117 additions
and
68 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
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