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

Rolling window fails with string AuxCoords #1108

Closed
ajdawson opened this issue Apr 29, 2014 · 0 comments
Closed

Rolling window fails with string AuxCoords #1108

ajdawson opened this issue Apr 29, 2014 · 0 comments
Assignees

Comments

@ajdawson
Copy link
Member

The Cube method rolling_window() cannot handle auxiliary coordinates that contains strings. The same issue was fixed for aggregated_by() and collapsed() by altering the collapse() method of coordinates, but the rolling window calculation needs to do this operation differently so the same fix did not transfer.

Serialization similar to the behaviour of aggregated_by() and collapsed() should be implemented.

Reported on Google Groups.

@ajdawson ajdawson self-assigned this Apr 29, 2014
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

No branches or pull requests

1 participant