Skip to content

Commit 5769eff

Browse files
authored
Update src/spikeinterface/core/sortinganalyzer.py
1 parent 8240ee9 commit 5769eff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/spikeinterface/core/sortinganalyzer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,6 @@ def load_data(self):
19341934
# and have a link to the old buffer on windows then it fails
19351935
# ext_data = np.load(ext_data_file, mmap_mode="r")
19361936
# so we go back to full loading
1937-
print(f"{ext_data_file} is numpy!")
19381937
ext_data = np.load(ext_data_file)
19391938
elif ext_data_file.suffix == ".csv":
19401939
import pandas as pd

0 commit comments

Comments
 (0)