Skip to content

Commit afb1fb6

Browse files
committed
Fix detect and interpolate docs
1 parent 65245c1 commit afb1fb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/spikeinterface/preprocessing/interpolate_bad_channels.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ def __init__(
133133
self._kwargs.update(all_bad_channels_kwargs)
134134

135135

136-
detect_and_interpolate_bad_channels = define_function_handling_dict_from_class(
137-
source_class=DetectAndInterpolateBadChannelsRecording, name="detect_and_interpolate_bad_channels"
138-
)
139136
DetectAndInterpolateBadChannelsRecording.__doc__ = DetectAndInterpolateBadChannelsRecording.__doc__.format(
140137
_bad_channel_detection_kwargs_doc
141138
)
139+
detect_and_interpolate_bad_channels = define_function_handling_dict_from_class(
140+
source_class=DetectAndInterpolateBadChannelsRecording, name="detect_and_interpolate_bad_channels"
141+
)
142142

143143

144144
class InterpolateBadChannelsSegment(BasePreprocessorSegment):

0 commit comments

Comments
 (0)