Skip to content

Commit 64e88f1

Browse files
committed
add pykilosort logs to registered datasets
1 parent 600a23c commit 64e88f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/ephys/spikes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _sr(ap_file):
141141
# get the list of output files
142142
out_files.extend([f for f in out_path.glob("*.*") if
143143
f.name.startswith(('channels.', 'drift', 'clusters.', 'spikes.', 'templates.',
144-
'_kilosort_', '_phy_spikes_subset'))])
144+
'_kilosort_', '_phy_spikes_subset', '_ibl_log.info'))])
145145
return out_files, 0
146146

147147

0 commit comments

Comments
 (0)