RobustSTL icon indicating copy to clipboard operation
RobustSTL copied to clipboard

memory error

Open salman087 opened this issue 4 years ago • 4 comments

I got this error when used for other data using RobustSTL function. anyone can help, please MemoryError: Unable to allocate 1.54 GiB for an array with shape (14399, 14399) and data type float64

salman087 avatar Nov 05 '20 14:11 salman087

Could you let me know the shape and memory of the data? In addition, what is your memory size?

LeeDoYup avatar Nov 12 '20 15:11 LeeDoYup

The shape of my array is (3080,1). and the memory for this is 246464 bytes. Thanks

salman087 avatar Nov 26 '20 11:11 salman087

It's very small data and i didn't have the error when i use this code. The detail errors have to describe to solve the error.

LeeDoYup avatar Nov 26 '20 11:11 LeeDoYup

The shape of my array is (43824,1), wrong OverflowError: number of elements exceeds INT_NAX, RobustSTL.py in trend_extraction P=matrix(p)

cq-ywh avatar Dec 04 '22 13:12 cq-ywh