Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
Update libsms test data.
|
|
Importing libsms seems to create name clashes with simpl's modified sms functions.
|
|
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.
|