-
Notifications
You must be signed in to change notification settings - Fork 14
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
implicit casting for dt.datetime #95
Conversation
Why is this necessary? The used |
@tovogt right! But that will eventually have changed by python 3.11. (However - since python 3.11 also seems to inhibit the lint stage of the jenkins pipeline I'm going to re-pin it to python 3.9.) |
Ah, now I get it. The problem is not that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestions to solve this issue similar to the code in climada.hazard.trop_cyclone
(CLIMADA-project/climada_python@7ba187b)
Co-authored-by: Thomas Vogt <[email protected]>
Co-authored-by: Thomas Vogt <[email protected]>
🙌 @tovogt, perfect! |
Changes proposed in this PR:
dt.datetime()
This PR fixes #96
PR Author Checklist
develop
)PR Reviewer Checklist