summaryrefslogtreecommitdiff
path: root/tests/test_partial_tracking.py
AgeCommit message (Collapse)Author
2012-08-11[sndobj] Add C++ implementation of SndObjPartialTracking.John Glover
2012-07-29[partial_tracking] Call Cython PartialTracking.update_partialsJohn Glover
instead of C++ method so that Python classes can inherit it. Save frame partials as a Python list instead of getting a list of peaks from the C++ object. Update partial tracking tests.
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.