YAXArrays.jl
YAXArrays.jl copied to clipboard
groupby unable to determine chunksize of non-range views
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:
did you noticed the pitfall description at the top of the documentation? here Examples there are for in memory datasets.
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)
Seems fixed on DiskArrays (assuming it was the culprit here?).
Might be a good time to release 0.5.12? Upstream packages would benefit 😄