Skip to content

Commit a2a6f18

Browse files
Update src/spikeinterface/preprocessing/detect_bad_channels.py
Co-authored-by: Garcia Samuel <[email protected]>
1 parent bbe2a53 commit a2a6f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/preprocessing/detect_bad_channels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class DetectAndRemoveBadChannelsRecording(ChannelSliceRecording):
9595
The recording with bad channels removed
9696
"""
9797

98-
_precomputable_kwarg_names = ["bad_channel_ids"]
98+
_precomputable_kwarg_names = ["bad_channel_ids", "channel_labels"]
9999

100100
def __init__(
101101
self,

0 commit comments

Comments
 (0)