Skip to content

Commit

Permalink
Merge pull request #2113 from skeltoh/main
Browse files Browse the repository at this point in the history
fixed typo in variable name
  • Loading branch information
alejoe91 authored Oct 18, 2023
2 parents 64046de + fedc2ce commit a733fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/external/kilosortbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
if params["delete_recording_dat"] and (recording_file := sorter_output_folder / "recording.dat").exists():
recording_file.unlink()

all_temp_files = ("matlab_files", "temp_wh.dat")
all_tmp_files = ("matlab_files", "temp_wh.dat")

if isinstance(params["delete_tmp_files"], bool):
if params["delete_tmp_files"]:
Expand Down

0 comments on commit a733fd0

Please sign in to comment.