-
-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Re-evaluate the default normalize_keys
for FSStore
#739
Comments
As I said in the linked PR, I'm happy to have the default change for the sake of consistency |
cc @shoyer |
I just stumbled across this behavior as well. One particular thing which I found interesting is related to consolidated metadata. Within my consolidated metadata, the variables showed up with capital letters and thus, they also showed up with capital letters in the listing of my dataset (via xarray). But when accessing the variable, all values have been read back as |
Opened #755, let's see how the tests do. |
For nested filesets using FSStore, it's currently a requirement to set normalize_keys to
False
on construction. @shoyer pointed out in #546 (comment) thatFalse
is the default for the other stores.cc: @will-moore @martindurant
The text was updated successfully, but these errors were encountered: