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!