Skip to content
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

clarified uns requirements #751

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

brianraymor
Copy link
Contributor

No description provided.

@brianraymor brianraymor merged commit 1b9d6f0 into chanzuckerberg:main Feb 2, 2024
0 of 5 checks passed
@brianraymor brianraymor deleted the emptiness branch February 2, 2024 02:53
@@ -1328,7 +1328,7 @@ The size of the ndarray stored for a key in `varp` MUST NOT be zero.

## `uns` (Dataset Metadata)

`uns` is a ordered dictionary with a `str` key. The size of the data stored as a value for a key in `uns` MUST NOT be zero.
`uns` is a ordered dictionary with a `str` key. The data stored as a value for a key in `uns` MUST be a `bool` type, `NoneType`, or its size MUST NOT be zero.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"...bool type, NoneType type, or..."

alternatively:

"...bool type, None, or..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants