Skip to content

Commit

Permalink
One should be able to write properly fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bishoph committed Oct 28, 2017
1 parent c860c98 commit 782dbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sopare/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def filter(self, data, meta):
characteristic = self.characteristic.getcharacteristic(fft, normalized, meta)

if (shift_fft != None and (hasattr(sopare.config, 'FFT_SHIFT') and sopare.config.FFT_SHIFT == True)):
shift_fft[soopare.config.HIGH_FREQ:] = 0
shift_fft[sopare.config.HIGH_FREQ:] = 0
shift_fft[:sopare.config.LOW_FREQ] = 0
shift_data = numpy.fft.irfft(shift_fft)
shift_nfft = fft[sopare.config.LOW_FREQ:sopare.config.HIGH_FREQ]
Expand Down
2 changes: 1 addition & 1 deletion sopare/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.3.7"
__version__ = "1.3.8"

0 comments on commit 782dbb8

Please sign in to comment.