alexhsamuel/fixfmt

Handle vertical printing of multi-dimensional arrays

Opened this issue · 0 comments

Breaking example:

arr = np.zeros((2,1,2))
fmt = Array(Number(3, 2), axis=1)

[[[   0.00
    0.00]],
 [[   0.00
    0.00]]]