-
Notifications
You must be signed in to change notification settings - Fork 262
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
added fill mode and var rename tests #919
added fill mode and var rename tests #919
Conversation
Isn't this already in docs/attribute_conventions.md |
Fair enough. Want me to remove what I just added to the user manual? |
Assuming the attribute-conventions is not referenced in the guide, |
I have just left the documentation alone, in the end. This PR is ready to merge. There are some failures in travis due to the HDF5 plugin file copy issue. |
it is out of date wrt to master. Can you fix? |
@DennisHeimbigner have updated with master, will keep an eye on Travis tests to make sure they succeed... |
Fixes #379.
Fixes #742.
Fixes #800.
The fill mode issue has actually been fixed for some time thanks to @wkliao. This PR adds a test which confirms that this works and continues to work.
The other test confirms that names are utf8 normalized during variable renames.
Also added documentation of attribute reserved names to users guide.