Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/filter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
JuanPimientoCaicedo and alejoe91 authored Jul 4, 2024
1 parent 1a7149d commit c6e3cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def __init__(
bandpass_filter = define_function_from_class(source_class=BandpassFilterRecording, name="bandpass_filter")
notch_filter = define_function_from_class(source_class=NotchFilterRecording, name="notch_filter")
highpass_filter = define_function_from_class(source_class=HighpassFilterRecording, name="highpass_filter")
causal_filter = define_function_from_class(source_class=Causal_filter, name="causal_filter")
causal_filter = define_function_from_class(source_class=CausalFilter, name="causal_filter")

bandpass_filter.__doc__ = bandpass_filter.__doc__.format(_common_filter_docs)
highpass_filter.__doc__ = highpass_filter.__doc__.format(_common_filter_docs)
Expand Down

0 comments on commit c6e3cbc

Please sign in to comment.