magland / ml_ms4alg

MountainSort v4
7 stars 19 forks source link

Small clip size and adjancey radius cause shape mismatch error #29

Open jthermiz opened 4 years ago

jthermiz commented 4 years ago

I'm using ml_ms4alg (via spikeinterface) and found that when I use a small clip size (eg. 17) and small adjacency radius (eg. 1), a shape mismatch error is thrown. However, when increasing clip size or adjacency radius, the problem is fixed. Not sure if this expected behavior or an untested corner caused by a real issue. I've attached the script reproducing the error and the console output.

clip_adj_error_py.txt console_error.txt