File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
element_array_ephys/spike_sorting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ def make(self, key):
286
286
_ = si .postprocessing .compute_correlograms (we )
287
287
288
288
metric_names = si .qualitymetrics .get_quality_metric_list ()
289
- metric_names .extend (si .qualitymetrics .get_quality_pca_metric_list ())
289
+ metric_names .extend (si .qualitymetrics .get_quality_pca_metric_list ())
290
290
291
291
# To compute commonly used cluster quality metrics.
292
292
qc_metrics = si .qualitymetrics .compute_quality_metrics (
@@ -308,7 +308,7 @@ def make(self, key):
308
308
metrics = pd .DataFrame ()
309
309
metrics = pd .concat ([qc_metrics , template_metrics ], axis = 1 )
310
310
311
- # Save the output ( metrics.csv to the output dir)
311
+ # Save metrics.csv to the output dir
312
312
metrics_output_dir = output_dir / sorter_name / "metrics"
313
313
metrics_output_dir .mkdir (parents = True , exist_ok = True )
314
314
metrics .to_csv (metrics_output_dir / "metrics.csv" )
You can’t perform that action at this time.
0 commit comments