From 3e14cf8cec37a226e7a9e291be2424da88216508 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 15 Sep 2014 16:25:28 +0200 Subject: [PATCH] fix(test_decoding_stack): remove reference analyzer from stack --- tests/test_decoding_stack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_decoding_stack.py b/tests/test_decoding_stack.py index 447fac8..0dc503f 100755 --- a/tests/test_decoding_stack.py +++ b/tests/test_decoding_stack.py @@ -72,6 +72,8 @@ class TestDecodingFromStack(unittest.TestCase): # without decoding the audio source again. #Let's define a second analyzer equivalent to the previous one: + # Remove level_on_file from pipe + pipe.processors.pop() level_on_stack = Level() pipe |= level_on_stack pipe.run() -- 2.39.5