From b64992847bf1b26162bc5a8d57b2a52d7f7b332b Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Wed, 29 May 2024 22:37:28 +0100 Subject: [PATCH] Update src/spikeinterface/core/baserecording.py --- src/spikeinterface/core/baserecording.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spikeinterface/core/baserecording.py b/src/spikeinterface/core/baserecording.py index f26edb1752..53411a5d19 100644 --- a/src/spikeinterface/core/baserecording.py +++ b/src/spikeinterface/core/baserecording.py @@ -382,7 +382,7 @@ def has_scaled_traces(self) -> bool: True if the recording has scaled traces, False otherwise """ warnings.warn( - "`has_scaled_traces` is deprecated and will be removed in 0.103.0. Use has_scaled() instead", + "`has_scaled_traces` is deprecated and will be removed in 0.103.0. Use has_scaleable_traces() instead", category=DeprecationWarning, stacklevel=2, )