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 c6e3cbc commit 377808a
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 @@ -372,7 +372,7 @@ def __init__(
margin_ms=5.0,
dtype=None,
causal_mode=True,
direction="Forward",
direction="forward",
**filter_kwargs,
):
FilterRecording.__init__(
Expand Down

0 comments on commit 377808a

Please sign in to comment.