Ignore:
Timestamp:
Jun 22, 2016, 1:00:10 PM (9 years ago)
Author:
Paul Brossier <piem@piem.org>
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.
Message:

Merge branch 'master' into notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_slicing.py

    r60fc05b rf264b17  
    11#! /usr/bin/env python
    22
    3 from numpy.testing import TestCase, run_module_suite
    4 from numpy.testing import assert_equal, assert_almost_equal
    5 
     3from unittest import main
     4from numpy.testing import TestCase, assert_equal
    65from aubio import slice_source_at_stamps
    7 from utils import *
     6from utils import count_files_in_directory, get_default_test_sound
     7from utils import count_samples_in_directory, count_samples_in_file
    88
    99import tempfile
     
    147147
    148148if __name__ == '__main__':
    149     from unittest import main
    150149    main()
Note: See TracChangeset for help on using the changeset viewer.