Skip to content

Commit

Permalink
Merge branch 'fix_study' of github.com:samuelgarcia/spikeinterface in…
Browse files Browse the repository at this point in the history
…to fix_study
  • Loading branch information
samuelgarcia committed Oct 6, 2023
2 parents 8c64a9f + 59e617f commit cdf5457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/comparison/groundtruthstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ def run_sorters(self, case_keys=None, engine="loop", engine_kwargs={}, keep=True
log_file = self.folder / "sortings" / "run_logs" / f"{self.key_to_str(key)}.json"
if log_file.exists():
log_file.unlink()

if sorter_folder_exists:
shutil.rmtree(sorter_folder)
shutil.rmtree(sorter_folder)

params = self.cases[key]["run_sorter_params"].copy()
# this ensure that sorter_name is given
Expand Down

0 comments on commit cdf5457

Please sign in to comment.