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

Always wrap variables in ModifiedDiskArray even when it does nothing #892

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Feb 9, 2025

We unfortunately can't rely on CommonDataModel.jl packages to implement the DiskArrays.jl interface properly, e.g. #889

But they at least have eachchunk/haschunks/readblock! etc.

So as a general strategy we will wrap them in a properly implemented disk array and prevent them from ever being exposed to dispatch methods other than readblock! etc.

@rafaqz rafaqz marked this pull request as ready for review February 9, 2025 01:12
@rafaqz
Copy link
Owner Author

rafaqz commented Feb 18, 2025

@felixcremer the zarr test file on bgi jena doesn't seem to exist anymore. Do you have a more reliable long term test file? Or can we put one somewhere? I've commented out the zarr tests for now but thats less than ideal, especially would be good to test these changes with zarr too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant