Changeset f264b17 for python/tests/test_slicing.py
- Timestamp:
- Jun 22, 2016, 1:00:10 PM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 4b9443c4
- Parents:
- 60fc05b (diff), 6769586 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_slicing.py
r60fc05b rf264b17 1 1 #! /usr/bin/env python 2 2 3 from numpy.testing import TestCase, run_module_suite 4 from numpy.testing import assert_equal, assert_almost_equal 5 3 from unittest import main 4 from numpy.testing import TestCase, assert_equal 6 5 from aubio import slice_source_at_stamps 7 from utils import * 6 from utils import count_files_in_directory, get_default_test_sound 7 from utils import count_samples_in_directory, count_samples_in_file 8 8 9 9 import tempfile … … 147 147 148 148 if __name__ == '__main__': 149 from unittest import main150 149 main()
Note: See TracChangeset
for help on using the changeset viewer.