YAXArrays.jl icon indicating copy to clipboard operation
YAXArrays.jl copied to clipboard

groupby unable to determine chunksize of non-range views

Open gdkrmr opened this issue 1 year ago • 3 comments

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:

gdkrmr avatar Aug 12 '24 14:08 gdkrmr

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

lazarusA avatar Aug 12 '24 14:08 lazarusA

Probably related to DiskArrays https://github.com/meggart/DiskArrays.jl/issues/183

Fix is not merged yet though (https://github.com/meggart/DiskArrays.jl/pull/181)

Balinus avatar Aug 12 '24 16:08 Balinus

Seems fixed on DiskArrays (assuming it was the culprit here?).

Might be a good time to release 0.5.12? Upstream packages would benefit 😄

Balinus avatar Oct 22 '24 12:10 Balinus