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

Fix usage of numpy and pandas, to comply with newer versions #71

Merged
merged 3 commits into from Jun 28, 2023

Conversation

rschwarz
Copy link
Contributor

@rschwarz rschwarz commented Jun 7, 2023

This should fix #70.

append was depecrated in pandas 1 and removed in pandas 2.
This avoids the ValueError: setting an array element with a sequence.
@l-kotzur l-kotzur changed the base branch from master to develop June 28, 2023 13:10
@l-kotzur l-kotzur changed the base branch from develop to pandas_fix June 28, 2023 13:12
@l-kotzur l-kotzur merged commit 04a2036 into FZJ-IEK3-VSA:pandas_fix Jun 28, 2023
@rschwarz rschwarz deleted the rs/pandas_fixes branch June 28, 2023 13:14
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 this pull request may close these issues.

Error when creating typical periods which are longer than 24h (e.g. 48h or 72h)
2 participants