From: Thomas Fillon Date: Tue, 21 Oct 2014 18:37:34 +0000 (+0200) Subject: fix doctest in Spectrogram analyzer X-Git-Tag: 0.6~4^2~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=70ea1b269e3ce846abe93ada6d1935c429451599;p=timeside.git fix doctest in Spectrogram analyzer --- diff --git a/timeside/analyzer/spectrogram.py b/timeside/analyzer/spectrogram.py index 993c92f..ce7e8fe 100644 --- a/timeside/analyzer/spectrogram.py +++ b/timeside/analyzer/spectrogram.py @@ -58,6 +58,7 @@ class Spectrogram(Analyzer): ['spectrogram_analyzer'] >>> result = spectrogram.results['spectrogram_analyzer'] >>> result.data.shape + (344, 1025) .. plot::