Skip to content

Commit 5842ba6

Browse files
Update waveform_features.py (#813)
* Update waveform_features.py i updated the default parameters. i think chunk_duration is needed for spike interface to use the n_jobs keyword. this allows parallelization for waveform extraction * Fix linting --------- Co-authored-by: Eric Denovellis <[email protected]>
1 parent ffe88c3 commit 5842ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spyglass/decoding/v1/waveform_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class WaveformFeaturesParams(SpyglassMixin, dj.Lookup):
3737
"ms_after": 0.5,
3838
"max_spikes_per_unit": None,
3939
"n_jobs": 5,
40-
"total_memory": "5G",
40+
"chunk_duration": "1000s",
4141
}
4242
contents = [
4343
[

0 commit comments

Comments
 (0)