# HG changeset patch # User Chris Cannam # Date 1367441185 -3600 # Node ID 4bd7fb9542ff047b166820a236359ceae366bf2d # Parent 3fbaa25aad89efe632f84b59a99104386742af73 Fix Vamp grid-fsr test diff -r 3fbaa25aad89 -r 4bd7fb9542ff yetilab/vamp/test/test_vamp.yeti --- a/yetilab/vamp/test/test_vamp.yeti Wed May 01 21:42:03 2013 +0100 +++ b/yetilab/vamp/test/test_vamp.yeti Wed May 01 21:46:25 2013 +0100 @@ -12,7 +12,7 @@ rate = 44100; -testStream () = filter.truncatedTo (rate * 30) (synthetic.whiteNoise rate); +testStream () = filter.truncatedTo (rate * 20) (synthetic.whiteNoise rate); processTest output = v.processStreamStructured testPluginKey output (testStream ()); @@ -109,7 +109,7 @@ (block.fromList . floats) (map do y: (x + y + 2) / 20 done [0..9]) - done [0..19])); + done [0..9])); other: failWith "wrong structure type: expected Grid tag, got \(other)"; esac ),