Changeset 43938de for python/aubio/bench


Ignore:
Timestamp:
Mar 3, 2006, 7:11:52 AM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
5d1c070
Parents:
13c3fba
Message:

move benchonset to aubio.bench
move benchonset to aubio.bench

Location:
python/aubio/bench
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • python/aubio/bench/node.py

    r13c3fba r43938de  
    9090        """ class to run benchmarks on directories """
    9191        def __init__(self,datadir,resdir=None,checkres=False,checkanno=False,params=[]):
    92                 from aubio.tasks import taskparams
     92                from aubio.task.params import taskparams
    9393                self.datadir = datadir
    9494                # path to write results path to
Note: See TracChangeset for help on using the changeset viewer.