diff --git a/src/spikeinterface/preprocessing/detect_bad_channels.py b/src/spikeinterface/preprocessing/detect_bad_channels.py index 3c712946eb..cc4e8601e2 100644 --- a/src/spikeinterface/preprocessing/detect_bad_channels.py +++ b/src/spikeinterface/preprocessing/detect_bad_channels.py @@ -17,7 +17,7 @@ def detect_bad_channels( n_neighbors=11, nyquist_threshold=0.8, direction="y", - chunk_duration_s=0.5, + chunk_duration_s=0.3, num_random_chunks=100, welch_window_ms=10.0, highpass_filter_cutoff=300,