Mercurial > hg > smacpy
changeset 22:c7fa1f02f5f8
rm unused (and un-pickleable) iterator
author | Dan Stowell <danstowell@users.sourceforge.net> |
---|---|
date | Sat, 26 Jan 2013 21:14:25 +0000 |
parents | 1a2cfd98e737 |
children | 8319429b20da |
files | MFCC.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MFCC.py Thu Jan 10 14:31:40 2013 +0000 +++ b/MFCC.py Sat Jan 26 21:14:25 2013 +0000 @@ -52,7 +52,6 @@ %(self.minHz,self.maxHz,self.minMel,self.maxMel)) self.filterMatrix = self.getFilterMatrix(self.inputSize,self.numBands) self.DCTMatrix = self.getDCTMatrix(self.numBands) - self.filterIter = self.filterMatrix.__iter__() self.valid = True return self.valid