Skip to content

Commit

Permalink
fix(test_decoding_stack): remove reference analyzer from stack
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfillon committed Sep 15, 2014
1 parent b7fcd3c commit 3e14cf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_decoding_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def testResults(self):
# 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()
Expand Down

0 comments on commit 3e14cf8

Please sign in to comment.