Skip to content

Commit

Permalink
Update src/spikeinterface/core/baserecording.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored May 29, 2024
1 parent 5690ae5 commit b649928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/baserecording.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit b649928

Please sign in to comment.