AllenInstitute / ecephys_spike_sorting

Modules for processing extracellular electrophysiology data from Neuropixels probes
Other
109 stars 91 forks source link

Bug in calculate_silhouette_score #47

Closed plodocus closed 4 years ago

plodocus commented 4 years ago

Hi,

I think I found a bug in calculate_silhouette_score(). The number features in all_pcs is too low, which leads to overlaps of PC features.

PR with a fix will follow.

Best wishes, Daniel