Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
capcarr committed Jun 27, 2016
1 parent cae32b0 commit 155069d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biosppy/signals/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,9 @@ def windower(signal=None,
if fcn is None:
raise TypeError("Please specify a function to apply to each window.")

if fcn_kwargs is None:
fcn_kwargs = {}

if kernel_kwargs is None:
kernel_kwargs = {}

Expand Down

0 comments on commit 155069d

Please sign in to comment.