After #172 is merged, I would like to explore merging FixedLengthTensor and OptionalFixedLengthTensor into a single class.
But that could be a bit messy because the __array__ would sometimes convert to a plain array and other times convert to a masked array.
After #172 is merged, I would like to explore merging
FixedLengthTensorandOptionalFixedLengthTensorinto a single class.But that could be a bit messy because the
__array__would sometimes convert to a plain array and other times convert to a masked array.