From f6eb103cfb07071aaedb9b4784df98e8bf081e32 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 1 Dec 2013 15:18:04 -0500 Subject: [PATCH] timeside/analyzer/core.py: simplify docstring, test passes from source dir --- timeside/analyzer/core.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/timeside/analyzer/core.py b/timeside/analyzer/core.py index c189667..bb88eba 100644 --- a/timeside/analyzer/core.py +++ b/timeside/analyzer/core.py @@ -804,9 +804,7 @@ class AnalyzerResultContainer(dict): ''' >>> import timeside - >>> import os - >>> ModulePath = os.path.dirname(os.path.realpath(timeside.analyzer.core.__file__)) - >>> wavFile = os.path.join(ModulePath , '../../tests/samples/sweep.wav') + >>> wavFile = 'tests/samples/sweep.wav' >>> d = timeside.decoder.FileDecoder(wavFile, start=1) >>> a = timeside.analyzer.Analyzer() -- 2.39.5