d-chambers / Detex

A Python package for subspace detection and waveform similarity clustering
Other
32 stars 6 forks source link

detex method of SubSpace fails when fillZeros==True #29

Open d-chambers opened 8 years ago

d-chambers commented 8 years ago

This behavior can be seen in the basic tutorial dataset if the fillZeros parameter is set to True in the normal workflow.

d-chambers commented 8 years ago

One solution that works for the tutorial data is simply to comment out the last else clause in the detex.detect._getRA function, like so: image More tests are being run to make sure this is a stable solution for all the test datasets