Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Feb 9, 2024
1 parent 499be9d commit 6a55181
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,
"chunk_duration":"1000s",
"chunk_duration": "1000s",
}
contents = [
[
Expand Down

0 comments on commit 6a55181

Please sign in to comment.