-
Notifications
You must be signed in to change notification settings - Fork 37
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
Breaking: Ambiguities and DD 0.29 #821
Conversation
DA.readblock!(parent(A), dst, r...) | ||
end | ||
function DA.writeblock!(A::AbstractRaster, src, r::AbstractUnitRange...) | ||
DA.writeblock!(A::AbstractRaster, src, r::AbstractUnitRange...) = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this and friends go into the DD DiskArrays extension, now that it exists?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure readblock or writeblock even get hit. But we can delete eachchunk
and haschunks
Fix ambiguities. We need to fix DiskArrays before we can test completely against Base, but this is a good start.
Also updates DD by necessity, we need the latest version to fix
selectindices
ambiguities