python-blosc2
python-blosc2 copied to clipboard
cumsum() as a lazy expression returns a wrong dtype('O')
This happens only when an operand is missing. Actually, it should be the same type of the result, not dtype.object.
Could you provide an example of this to reproduce behaviour?