-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#grain Fix bug in FastFirstFitPacking handling of scalar numpy arrays.
This was causing us to produce scalar packed results, rather than results packed to the proper packing length. Scalar arrays have 0 dims, so we were never initializing their shape_ field. PiperOrigin-RevId: 726668569
- Loading branch information
1 parent
a5fef0d
commit 2305d61
Showing
1 changed file
with
62 additions
and
0 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