-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Allow chunk_store argument in open_consolidated() #557
Allow chunk_store argument in open_consolidated() #557
Conversation
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.
Thanks @ajelenak! Can you add a test that passes a separate value for chunk_store
to ensure things are working as expected?
A test was added. |
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.
LGTM
So just one more approval needed? 🤞 |
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.
Hiya, this LGTM, just had a small suggestion to simplify.
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.
Thanks @ajelenak, this is in
Also, I noticed this was your first code contribution to this repository. Welcome! |
This simple PR enables using
chunk_store
argument inopen_consolidated()
. It also fixes testing in pydata/xarray/pull/3804. No change to documentation required.