-
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
split-attrs: netcdf saver #4986
Comments
In this case, we should get some different behaviour -- at last ! First, I'm expecting to add a new Pytest parameter over "FUTURE.nc_save_splitattrs = (False, True)" to existing tests.
Also, some specific new behaviour might require additional tests, to run only with "new-style" saving. |
NOTE: as noted here, I think the special status of attributes called "conventions" (small-c) is probably a mistake, and can be remove. It was introduced in #711 -- before that, there was already code which would handle "conventions" or "Conventions" specially, using "str.lower()" in several places. |
#5410 is now the PR for this. |
closed by #5410 |
(i.e. typically, if loaded from an original nc file, the local/global status as it was there -- cf split-attrs: netcdf loader #4984 )
The text was updated successfully, but these errors were encountered: