Skip to content

Commit

Permalink
Update src/spyglass/spikesorting/v1/artifact.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
  • Loading branch information
khl02007 and CBroz1 authored Dec 8, 2023
1 parent 97a536d commit 6b9c249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/spikesorting/v1/artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _init_artifact_worker(
amplitude_thresh_uV=None,
proportion_above_thresh=1.0,
):
# create a local dict per worker
"""Create a local dict per worker"""
worker_ctx = {}
if isinstance(recording, dict):
worker_ctx["recording"] = si.load_extractor(recording)
Expand Down

0 comments on commit 6b9c249

Please sign in to comment.