-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a simple
nbytes
representation in DataArrays and Dataset repr
…
… (opt-in) (#8702) * Add nbytes to repr * Disable by default * What's new * Specify dtype explictly as Windows seems to default on int32 * Use int16 * PR comments: Removed global option + size format in repr header * Remove width justified * Remove problematic backslashes * pytest-accept * Revert "Remove problematic backslashes" This reverts commit 85f6ee4. * Fix missing backslash escape * Fix ellipsis in excess leading to excess last line * Update reprs in tests * Fix tests * Try windows specific expected outputs * Conditional Windows testing * Fix indent * Flaky test + fix windows
- Loading branch information
1 parent
0eb6658
commit db680b0
Showing
33 changed files
with
2,561 additions
and
2,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.