Skip to content

Commit

Permalink
Update src/spyglass/spikesorting/v1/sorting.py
Browse files Browse the repository at this point in the history
chris's suggestion

Co-authored-by: Chris Brozdowski <[email protected]>
  • Loading branch information
donghoon-shin and CBroz1 authored Feb 21, 2024
1 parent 8be0d88 commit 240feee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/spyglass/spikesorting/v1/sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ def make(self, key: dict):
else:
# Specify tempdir (expected by some sorters like mountainsort4)
sorter_temp_dir = tempfile.TemporaryDirectory(dir=temp_dir)


sorter_params["tempdir"] = sorter_temp_dir.name

if sorter == 'mountainsort5':
Expand Down

0 comments on commit 240feee

Please sign in to comment.