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

Removed .isel for DatasetRolling.construct consistent rolling behavior. #1

Merged

Conversation

p4perf4ce
Copy link
Owner

Dataset(...).isel(...) at the return caused DatasetRolling.construct behavior to be inconsistent with DataArrayRolling.construct when stride > 1 without any benefits.

The bug was reported in pydata#7021

`.isel` causes `DatasetRolling.construct` to behavior to be inconsistent with `DataArrayRolling.construct` when `stride` > 1.
@p4perf4ce p4perf4ce closed this Mar 2, 2023
@p4perf4ce p4perf4ce reopened this Mar 2, 2023
@p4perf4ce p4perf4ce merged commit fe85d80 into main Mar 2, 2023
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.

Inconsistent behavior between DatasetRolling.construct and DataArrayRolling.construct with stride > 1.
1 participant