Multidimensional IOBoxes: row dimension is always 0 when adding slices from the "+" box

Heyy,

(I use 2021.4.8 - preview 0931)

When trying to manipulate multimensional spreads in an IOBox, for instance Spread<Spread<Float32>>:

  • if I create one row, set its dimension to “n”, then change the whole spread slicecount to “m”, the m slices will have dimension n (as expected).
    => left IOBox in my screenshot

  • but if I create one row, set its dimension to “n”, then add 1 or more rows via the Configure > plus sign box, all new rows have size 0. I guess we’d expect the new rows to have the same size as the one holding the “+” box.
    => right IOBox in my screenshot

Hope this helps!

T

thanks. fixed.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.