Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/directional_derivative.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
alejoe91 and zm711 authored Oct 27, 2023
1 parent 9e212ae commit 55ee941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/directional_derivative.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
recording to zero-pad
direction : str, default 'y'
Gradients will be taken along this dimension.
order : int, default 1
order : int, default: 1
np.gradient will be applied this many times.
edge_order : int, default 1
Order of gradient accuracy at edges; see np.gradient for details.
Expand Down

0 comments on commit 55ee941

Please sign in to comment.