benfulcher / hctsa

Highly comparative time-series analysis

Home Page:https://time-series-features.gitbook.io/hctsa-manual/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SY_TISEAN_nstat_z gets stuck sometimes

phtra2 opened this issue · comments

example: SY_TISEAN_nstat_z(y,4,{'ac',3})
Fix this now

The heuristic that tries to catch when this might have a problem (from getting stuck in a while loop when finding neighbors using find_neighbors.c) wasn't strong enough. I've tried to improve this in the latest commit, but it's still not a rigorous catch.