summaryrefslogtreecommitdiff
path: root/tests/test_partial_tracking.py
AgeCommit message (Collapse)Author
2012-07-02[partial_tracking] Add C++ implemention of SMS partial tracking.John Glover
Update libsms test data.
2012-07-02[tests] Use JSON libsms test data instead of recalculating each time. ↵John Glover
Importing libsms seems to create name clashes with simpl's modified sms functions.
2012-06-30Restructure class files. John Glover
Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file.