-
-
Notifications
You must be signed in to change notification settings - Fork 366
add fill_value output to info #3081
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
add fill_value output to info #3081
Conversation
docs/user-guide/arrays.rst
Outdated
| No. bytes stored : 9696520 | ||
| Storage ratio : 41.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks off-target from my PR, curious how this change slipped in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing the same thing in my PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this is possibly because of the yanked numcodecs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I was unaware numcodecs had been yanked, ok that's probably it then.
|
As suspected, re-running the tests now numcodecs 0.16.1 is out fails - could you re-(re?)-fix the doctest, otherwise this looks good to me 👍 |
This pr adds the array's fill value to the output of
info.