Skip to content

Commit b5d896d

Browse files
committed
delete print statement
1 parent df1564b commit b5d896d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/spikeinterface/qualitymetrics/tests/test_quality_metric_calculator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def test_compute_quality_metrics_recordingless(sorting_analyzer_simple):
7575
)
7676

7777
for metric_name in metrics.columns:
78-
print(metric_name)
7978
if metric_name == "sd_ratio":
8079
# this one need recording!!!
8180
continue

0 commit comments

Comments
 (0)