Skip to content

Commit 1facc03

Browse files
committed
update register_recording docstring
1 parent 1db8f5b commit 1facc03

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/spikeinterface/core/basesorting.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ def get_unit_spike_train(
179179
return spike_frames
180180

181181
def register_recording(self, recording, check_spike_frames=True):
182-
"""Register a recording to the sorting.
182+
"""
183+
Register a recording to the sorting. If the sorting and recording both contain
184+
time information, the recording’s time information will be used.
183185
184186
Parameters
185187
----------

0 commit comments

Comments
 (0)