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 a bug in series.py that was preventing values to be assigned correctly when changing the time axis #606

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

khider
Copy link
Member

@khider khider commented Jul 23, 2024

Small mistake in series.py:

changed line 770 from new_ts.new_value = new_value to new_ts.value = new_value to properly assign the parameters of the time series,

@khider khider requested a review from alexkjames July 23, 2024 23:01
@alexkjames alexkjames merged commit d97da49 into master Jul 23, 2024
1 check passed
@alexkjames alexkjames deleted the convert_time branch July 23, 2024 23:33
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.

2 participants