-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Improved round tripping for attrs #10275
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
Labels
Comments
With the default engine
With specifying the engine as h5netcdf:
however, even though the difference |
not sure if anybody has thoughts on this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
Consider the following dataset:
Describe the solution you'd like
A away to ensure that lists stay lists.
Does this option already exists?
Describe alternatives you've considered
Writing nice error prone if statements
Additional context
I tried to look through https://github.com/pydata/xarray/blob/main/xarray/tests/test_dataset.py and didn't find anything that was testing this special behavior.
The text was updated successfully, but these errors were encountered: