-
Notifications
You must be signed in to change notification settings - Fork 834
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(compression): remove the test log hexdump of the Python metadata (…
…#2941) Remove the hexdump of the compression metadata to the test log during the Python compression metadata test, and the requirement for the hexdump Python package. This dump was helpful during development of the compression metadata flatbuffer schema to assess how changes were represented, affecting the size and the scaling of the size. Unfortunately, requiring the hexdump module creates problems when Google imports this code internally, so remove it for now. The C++ metadata test still prints a hexdump; however, the C++ flatbuffer library writes the flatbuffer slightly differently. Within the bounds of the flatbuffer specifications, different library writers can make different, compatible implementation choices. BUG=see description
- Loading branch information
Showing
4 changed files
with
3 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,6 @@ | |
# it is run. | ||
|
||
bitarray | ||
hexdump | ||
tensorflow | ||
twine | ||
numpy | ||
|
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