We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
did you noticed the pitfall description at the top of the documentation? here Examples there are for in memory datasets.
Sorry, something went wrong.
Probably related to DiskArrays meggart/DiskArrays.jl#183
Fix is not merged yet though (meggart/DiskArrays.jl#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 😄
No branches or pull requests
just tried to calculate a mean seasonal cycle and got the following error:
The text was updated successfully, but these errors were encountered: