Skip to content

Commit 1ab98d3

Browse files
alejoe91zm711
andauthored
Update src/spikeinterface/core/numpyextractors.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 38c858d commit 1ab98d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/numpyextractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def from_times_and_labels(times_list, labels_list, sampling_frequency, unit_ids=
368368
@staticmethod
369369
def from_times_labels(times_list, labels_list, sampling_frequency, unit_ids=None) -> "NumpySorting":
370370
warnings.warn(
371-
"from_times_labels is deprecated, use from_sample_and_labels instead",
371+
"from_times_labels is deprecated and will be removed in 0.104.0, use from_sample_and_labels instead",
372372
DeprecationWarning,
373373
stacklevel=2,
374374
)

0 commit comments

Comments
 (0)