Skip to content

Commit

Permalink
solved typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPimientoCaicedo authored Jul 10, 2024
1 parent 753a25a commit ba9a78c
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 @@ -387,7 +387,7 @@ def causal_filter(
return filter(
recording=recording,
direction=direction,
band=band
band=band,
btype=btype,
filter_order=filter_order,
ftype=ftype,
Expand Down

0 comments on commit ba9a78c

Please sign in to comment.