Ignore:
Timestamp:
Nov 28, 2016, 6:18:49 PM (7 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, sampler, yinfft+
Children:
fa6373c
Parents:
d98f3c0
Message:

python/tests/: use local import, create init.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_filterbank.py

    rd98f3c0 ra1bf01d  
    66import numpy as np
    77from aubio import cvec, filterbank, float_type
    8 from utils import array_from_text_file
     8from .utils import array_from_text_file
    99
    1010class aubio_filterbank_test_case(TestCase):
Note: See TracChangeset for help on using the changeset viewer.