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

groupby unable to determine chunksize of non-range views #424

Open
gdkrmr opened this issue Aug 12, 2024 · 2 comments
Open

groupby unable to determine chunksize of non-range views #424

gdkrmr opened this issue Aug 12, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gdkrmr
Copy link
Contributor

gdkrmr commented Aug 12, 2024

just tried to calculate a mean seasonal cycle and got the following error:

julia> damsc = mean.(DimensionalData.groupby(da, Ti => dayofyear);)
ERROR: ArgumentError: Unable to determine chunksize of non-range views.
Stacktrace:
@lazarusA
Copy link
Collaborator

did you noticed the pitfall description at the top of the documentation? here Examples there are for in memory datasets.

@Balinus
Copy link
Contributor

Balinus commented Aug 12, 2024

Probably related to DiskArrays meggart/DiskArrays.jl#183

Fix is not merged yet though (meggart/DiskArrays.jl#181)

@lazarusA lazarusA added the bug Something isn't working label Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants