Skip to content

Commit

Permalink
fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlinhvn committed May 19, 2024
1 parent 9290908 commit 78971ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hstransform/hstransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,4 @@ def fit_transform(self,
w_hy = self._compute_hyperbolic_gaussian(n, minf + k, time_values)
s[k // fsamplingrate, :] = ifft(h[minf + k + 1:minf + k + n+1] * w_hy)

return s


return s

0 comments on commit 78971ce

Please sign in to comment.