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

datetime.datetime should be used instead of pd.datetime #516

Closed
fwitte opened this issue Nov 16, 2021 · 0 comments · Fixed by #518
Closed

datetime.datetime should be used instead of pd.datetime #516

fwitte opened this issue Nov 16, 2021 · 0 comments · Fixed by #518
Assignees

Comments

@fwitte
Copy link
Member

fwitte commented Nov 16, 2021

The heat_demand_timeseries.HTS module calls the pandas.datetime function in some places. It should be datetime.datetime to avoid trouble with future versions of pandas: https://stackoverflow.com/questions/60856866/why-is-datetime-being-removed-from-pandas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant