Skip to content

Commit

Permalink
FEAT: Increase limits for overflow in formatting
Browse files Browse the repository at this point in the history
Use a total element count limit, before abbreviating the format output.
This means "small" arrays are always printed in full.

Use separate limits for the last axis, the next to last axis and the
other axes before that.

The last two axes are printed like a matrix of elements which is why
they show more elements.

The other axes are "stacked" and printed by repeating the inner two axes
(like stacked 2D arrays). For this reason they are harder to read
already, and we use a lower limit.
  • Loading branch information
bluss committed Sep 16, 2019
1 parent 217790a commit d084f95
Showing 1 changed file with 382 additions and 444 deletions.
Loading

0 comments on commit d084f95

Please sign in to comment.