Skip to content

Instantly share code, notes, and snippets.

@yomguy
Created July 3, 2014 11:19
Show Gist options
  • Select an option

  • Save yomguy/9d7977b4e1bf33b1c1ae to your computer and use it in GitHub Desktop.

Select an option

Save yomguy/9d7977b4e1bf33b1c1ae to your computer and use it in GitHub Desktop.

Revisions

  1. yomguy created this gist Jul 3, 2014.
    38 changes: 38 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,38 @@
    [TestAnalyzers_withDC]
    Stress test for AubioMelEnergy ... ok
    Stress test for AubioMfcc ... ok
    Stress test for AubioPitch ... ok
    Stress test for AubioSpecdesc ... ok
    Stress test for AubioTemporal ... ok
    Stress test for IRITDiverg ... ERROR
    Stress test for IRITMonopoly ... /home/momo/dev/timeside/timeside/timeside/analyzer/irit_monopoly.py:157: RuntimeWarning: divide by zero encountered in log
    c1 = numpy.log(a1)
    /home/momo/dev/timeside/timeside/timeside/analyzer/irit_monopoly.py:161: RuntimeWarning: divide by zero encountered in log
    c2 = numpy.log(a2)
    /home/momo/dev/timeside/timeside/timeside/analyzer/irit_monopoly.py:165: RuntimeWarning: divide by zero encountered in log
    numpy.log(somme1 + 1 / delta - 1) - somme1
    /home/momo/dev/timeside/timeside/timeside/analyzer/irit_monopoly.py:165: RuntimeWarning: invalid value encountered in double_scalars
    numpy.log(somme1 + 1 / delta - 1) - somme1
    ok
    Stress test for IRITMusicLDN ... ERROR
    Stress test for IRITMusicSLN ... ERROR
    Stress test for IRITMusicSNB ... ERROR
    Stress test for IRITSpeech4Hz ... ok
    Stress test for IRITSpeechEntropy ... ok
    Stress test for IRITStartSeg ... ok
    Stress test for Level ... ok
    Stress test for LimsiSad ... ok
    Stress test for MeanDCShift ... ok
    Stress test for OnsetDetectionFunction ... ok
    Stress test for Spectrogram ... ok
    Stress test for VampSimpleHost ... SKIP : VampSimpleHost bypasses the decoder and requires a file input
    Stress test for Waveform ... ok
    Stress test for Yaafe ... ok

    [TestAnalyzers_with_zeros]
    Stress test for AubioMelEnergy ... ok
    Stress test for AubioMfcc ... ok
    Stress test for AubioPitch ... ok
    Stress test for AubioSpecdesc ... ok
    Stress test for AubioTemporal ... ok
    Stress test for IRITDiverg ... /home/momo/dev/timeside/timeside/timeside/analyzer/irit_diverg.py:83: RuntimeWarning: invalid value encountered in divide