This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Description
i'm not sure whether this is expected or not, but when reading lazily from a tree, and thus operating with ChunkedArrays I can't seem to create ObjectArrays
rather than the above, it seems like the __repr_ method is broken for object arrays created from chunked arrays

Also, I noticed that .choose(n) seems to behave differently depending on whether the ObjectArray was created from ChunkedArrays vs JaggedArrays. Is this expected?