pvlib / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
https://pvlib-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.17k stars 991 forks source link

Allow `delta_t` to be array in SPA functions #2190

Closed kandersolar closed 3 days ago

kandersolar commented 1 month ago

See #2189. Additional tests are needed before this is ready for detailed review.

AdamRJensen commented 5 days ago

A better test instead of [65, 65] would be to have an array input with different values, e.g., [65, 66].

AdamRJensen commented 4 days ago

@kandersolar Thanks for the test update. I'll merge this tomorrow before the next release unless I hear any objections.