Seito Kasai

Results 2 issues of Seito Kasai

**Describe the bug** ValueError when having a long time series input **To Reproduce** ```python from tslearn.generators import random_walk_blobs X, y = random_walk_blobs(n_ts_per_blob=10, sz=406, d=2, n_blobs=2) y = y.astype(np.float) + np.random.randn(20)...

bug

Thanks for the great repo! I was looking at how you parsed the captions, but in `adversarial_attack/numeral.py` the program hangs with a sentence ending in a number, with no period....

bug