zhipeng
zhipeng
Time consuming test ``` >>> import time >>> st=time.time(); x=np.array(['Hello'] * 100 + ['\r\ns'*10000000] , dtype=np.dtype('str')); print('use:', time.time() - st) use: 9.69443154335022 >>> st=time.time(); x=np.array(['Hello'] * 100 + ['\r\ns'*10000000] ,...
@richardliaw https://github.com/ray-project/ray/issues/46293
> Thank you @Ox0400 ! When is this error happening? In theory this should never happen, so I believe there might be an issue somewhere else. In some cases, when...
I apologize for the delay in responding. After careful consideration, I'm not inclined to fix this bug by adding extensive new code or features. Since we haven't reached a consensus,...
Same issue!