Closed asmeurer closed 1 month ago
NumPy does not allow repeats to be uint64 because it refuses to downcast it. Technically it worked before because we implement array and repeat does manually cast in that case. I'm not really sure we should be supporting array actually.
NumPy does not allow repeats to be uint64 because it refuses to downcast it. Technically it worked before because we implement array and repeat does manually cast in that case. I'm not really sure we should be supporting array actually.