Changeset ea98179


Ignore:
Timestamp:
Feb 26, 2006, 6:31:01 PM (18 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:
84e80a1
Parents:
897b455
Message:

added missing import
added missing import

File:
1 edited

Legend:

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

    r897b455 rea98179  
    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
    9293                self.datadir = datadir
    9394                # path to write results path to
Note: See TracChangeset for help on using the changeset viewer.