Open arcondello opened 4 months ago
Something like https://numpy.org/doc/stable/reference/generated/numpy.stack.html
Upon further review, what we actually want is a np.concatenate equivalent. I believe stack(..) is just concatenate(...) followed by a reshape(...).
stack(..)
concatenate(...)
reshape(...)
Something like https://numpy.org/doc/stable/reference/generated/numpy.stack.html