Created
July 3, 2014 11:19
-
-
Save yomguy/9d7977b4e1bf33b1c1ae to your computer and use it in GitHub Desktop.
TS stress test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment