Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can't compare offset-naive and offset-aware datetimes #682

Closed
xhuang-jpl opened this issue Aug 14, 2024 · 0 comments · Fixed by #683
Closed

[BUG] Can't compare offset-naive and offset-aware datetimes #682

xhuang-jpl opened this issue Aug 14, 2024 · 0 comments · Fixed by #683
Labels
bug Something isn't working

Comments

@xhuang-jpl
Copy link

Describe the bug

Try to run the troposphere delay using the HRES dataset, and the function below raises the "can't compare offset-naive and offset-aware datetimes" error because of the missing time zone.

if self._time < dt.datetime(2013, 6, 26, 0, 0, 0):

RAiDER Version
0.5.3

@xhuang-jpl xhuang-jpl added the bug Something isn't working label Aug 14, 2024
@jlmaurer jlmaurer linked a pull request Sep 9, 2024 that will close this issue
8 tasks
@jlmaurer jlmaurer mentioned this issue Sep 9, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant