Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Sep 13, 2023
1 parent ba2e961 commit 9b5b28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/widgets/gtstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(

plot_data = dict(
study=study,
run_times=study.get_run_times(),
run_times=study.get_run_times(case_keys),
case_keys=case_keys,
)

Expand Down

0 comments on commit 9b5b28b

Please sign in to comment.