Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Oct 6, 2023
1 parent 4a77806 commit 8c64a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/comparison/groundtruthstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def run_sorters(self, case_keys=None, engine="loop", engine_kwargs={}, keep=True
sorting_exists = sorting_folder.exists()

sorter_folder = self.folder / "sorters" / self.key_to_str(key)
sorter_folder_exists = sorting_folder.exists()
sorter_folder_exists = sorter_folder.exists()

if keep:
if sorting_exists:
Expand Down

0 comments on commit 8c64a9f

Please sign in to comment.