We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
datatype
There is nothing in the datatype portion of the ndarray schema that prevents additional schema items. https://github.com/asdf-format/asdf-standard/blob/c17c3ecabcad7b65e41e0fb79054988b37f45a38/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml#L214 However asdf fails exact_datatype=True validation if the datatype schema contains extra fields (like description for structured datatype items).
ndarray
exact_datatype=True
description
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There is nothing in the
datatype
portion of thendarray
schema that prevents additional schema items.https://github.com/asdf-format/asdf-standard/blob/c17c3ecabcad7b65e41e0fb79054988b37f45a38/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml#L214
However asdf fails
exact_datatype=True
validation if the datatype schema contains extra fields (likedescription
for structured datatype items).The text was updated successfully, but these errors were encountered: