Skip to content

Commit 6b8e77e

Browse files
committed
extra_property values must be arrays
1 parent 38bef94 commit 6b8e77e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/spikeinterface/widgets/sorting_summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class SortingSummaryWidget(BaseWidget):
5656
analyzer.get_extension("template_metrics").get_data().columns.
5757
extra_unit_properties : dict or None, default: None
5858
A dict with extra units properties to display.
59+
The key is the property name and the value must be a numpy.array.
5960
curation_dict : dict or None, default: None
6061
When curation is True, optionaly the viewer can get a previous 'curation_dict'
6162
to continue/check previous curations on this analyzer.

0 commit comments

Comments
 (0)