-
-
Notifications
You must be signed in to change notification settings - Fork 374
Allow chunk_store argument in open_consolidated() #557
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
Conversation
jrbourbeau
left a comment
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. |
mzjp2
left a comment
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? 🤞 |
alimanfoo
left a comment
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.
jrbourbeau
left a comment
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_storeargument inopen_consolidated(). It also fixes testing in pydata/xarray/pull/3804. No change to documentation required.