You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am looking into replacing pytz with the standard library's zoneinfo, and I found three untested functions that use pytz:
pvlib.tools.localize_to_utc
pvlib.tools.datetime_to_djd
pvlib.tools.djd_to_datetime
Describe the solution you'd like
Add tests for these three functions before attempting to replace pytz in a refactor.
Describe alternatives you've considered
Adding tests should be a welcome endeavor, no matter if pytz is replaced or not.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am looking into replacing
pytz
with the standard library'szoneinfo
, and I found three untested functions that usepytz
:Describe the solution you'd like
Add tests for these three functions before attempting to replace
pytz
in a refactor.Describe alternatives you've considered
Adding tests should be a welcome endeavor, no matter if
pytz
is replaced or not.Additional context
None.
The text was updated successfully, but these errors were encountered: