Skip to content

Commit

Permalink
Update waveform_features.py
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MichaelCoulter authored Feb 1, 2024
1 parent 42f1a1a commit 499be9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/decoding/v1/waveform_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class WaveformFeaturesParams(SpyglassMixin, dj.Lookup):
"ms_after": 0.5,
"max_spikes_per_unit": None,
"n_jobs": 5,
"total_memory": "5G",
"chunk_duration":"1000s",
}
contents = [
[
Expand Down

0 comments on commit 499be9d

Please sign in to comment.