Skip to content

Commit 4c8a1e7

Browse files
fixed typo in verbose logging
1 parent d7ade80 commit 4c8a1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kilosort/clustering_qr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +523,11 @@ def run(ops, st, tF, mode = 'template', device=torch.device('cuda'),
523523

524524
if clear_cache:
525525
if v:
526-
log_performance(logger, heading='clustering_qr.run gc')
526+
log_performance(logger, header='clustering_qr before gc')
527527
gc.collect()
528528
torch.cuda.empty_cache()
529529
if v:
530-
log_performance(logger, heading='clustering_qr.run gc')
530+
log_performance(logger, header='clustering_qr after gc')
531531

532532
xtree, tstat, my_clus = hierarchical.maketree(M, iclust, iclust0)
533533

0 commit comments

Comments
 (0)