Skip to content

Commit 523e7c1

Browse files
authored
Apply suggestion from @alejoe91
1 parent 3e51f90 commit 523e7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/widgets/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def plot_figpack(self, data_plot, **backend_kwargs):
317317
else:
318318
v_units_table = generate_unit_table_view(dp.sorting, use_sortingview=use_sortingview)
319319

320-
self.view = vv_views.Splitter(
320+
self.view = vv_base.Splitter(
321321
direction="horizontal", item1=vv_views.LayoutItem(v_units_table), item2=vv_views.LayoutItem(v_metrics)
322322
)
323323
else:

0 commit comments

Comments
 (0)