We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87255a5 commit 01d9d8cCopy full SHA for 01d9d8c
pynapple/process/decoding.py
@@ -19,8 +19,8 @@ def decode_1d(
19
bin_size,
20
time_units="s",
21
feature=None,
22
- smoothing_windowsize=1,
23
- smoothing_std=1,
+ smoothing_windowsize=None,
+ smoothing_std=None,
24
norm=True,
25
):
26
"""
@@ -138,8 +138,8 @@ def decode_2d(
138
xy,
139
140
features=None,
141
142
143
144
145
0 commit comments