When using stumpy.ostinato on a list object Ts containing float values, I get an AttributeError. The issue is traced back to T = T.copy() in the _preprocess(T) function in core.py. I have tried preprocessing my list object containing multiple times series joined together as np.ndarray type before passing it through the ostinato function with no success. Using stumpy==1.11.1. Appreciate any suggestions, thanks!
When using
stumpy.ostinatoon a list objectTscontaining float values, I get an AttributeError. The issue is traced back toT = T.copy()in the_preprocess(T)function incore.py. I have tried preprocessing my list object containing multiple times series joined together asnp.ndarraytype before passing it through the ostinato function with no success. Usingstumpy==1.11.1. Appreciate any suggestions, thanks!