Skip to content

Commit

Permalink
Merge pull request SpikeInterface#3104 from zm711/expose-curation-in-…
Browse files Browse the repository at this point in the history
…the-gui

Since the gui now has curation we should allow users to set curation when making sorting summary
  • Loading branch information
samuelgarcia authored Jul 3, 2024
2 parents 32a3bb4 + a1e0c17 commit a3c4c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/widgets/sorting_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,6 @@ def plot_spikeinterface_gui(self, data_plot, **backend_kwargs):
import spikeinterface_gui

app = spikeinterface_gui.mkQApp()
win = spikeinterface_gui.MainWindow(sorting_analyzer)
win = spikeinterface_gui.MainWindow(sorting_analyzer, curation=data_plot["curation"])
win.show()
app.exec_()

0 comments on commit a3c4c8f

Please sign in to comment.