We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cb114 commit 076a34aCopy full SHA for 076a34a
1 file changed
src/spikeinterface/widgets/bombcell_curation.py
@@ -30,7 +30,7 @@ class BombcellUpsetPlotWidget(BaseWidget):
30
"non_soma", "non_soma_good", "non_soma_mua".
31
thresholds : dict, optional
32
Threshold dictionary with structure "noise", "mua", "non-somatic" as sections. Each section contains
33
- metric names keys with "greater" and "less" thresholds.
+ metric names keys with "greater" and "less" thresholds.
34
If None, uses default thresholds.
35
unit_labels_to_plot : list of str, optional
36
List of unit labels to include in the plot. If None, defaults to all labels in thresholds.
0 commit comments