Skip to content

Commit

Permalink
small fix in gtstudy
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Oct 6, 2023
1 parent 03f0f08 commit 4a77806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/spikeinterface/comparison/groundtruthstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +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)

params = self.cases[key]["run_sorter_params"].copy()
# this ensure that sorter_name is given
Expand Down
2 changes: 1 addition & 1 deletion src/spikeinterface/widgets/widget_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
plot_study_run_times = StudyRunTimesWidget
plot_study_unit_counts = StudyUnitCountsWidget
plot_study_performances = StudyPerformances
plot_stufy_performances_vs_metrics = StudyPerformancesVsMetrics
plot_study_performances_vs_metrics = StudyPerformancesVsMetrics


def plot_timeseries(*args, **kwargs):
Expand Down

0 comments on commit 4a77806

Please sign in to comment.