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
With some versions of pandas 2.0, the pd.to_datetime function in the plotting scripts may fail to convert the UTC epoch because pandas does not recognize UTC as a valid timezone. The fix is simple, but can't be done manually unless rewriting the plotting scripts.
To Reproduce
Steps to reproduce the behavior:
Run the test_orbit_determination.py with the latest pandas
Any of the plotting functions that uses to_datetime will fail.
Expected behavior
I expect the convert to work without failing
Code to reproduce the issue
The test above.
Platform
Linux
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
With some versions of pandas 2.0, the
pd.to_datetime
function in the plotting scripts may fail to convert the UTC epoch because pandas does not recognizeUTC
as a valid timezone. The fix is simple, but can't be done manually unless rewriting the plotting scripts.To Reproduce
Steps to reproduce the behavior:
test_orbit_determination.py
with the latest pandasto_datetime
will fail.Expected behavior
I expect the convert to work without failing
Code to reproduce the issue
The test above.
Platform
Linux
Additional context
N/A
The text was updated successfully, but these errors were encountered: