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 55ee941 commit d576526
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 @@ -34,7 +34,7 @@ def __init__(
Gradients will be taken along this dimension.
order : int, default: 1
np.gradient will be applied this many times.
edge_order : int, default 1
edge_order : int, default: 1
Order of gradient accuracy at edges; see np.gradient for details.
dtype : numpy dtype, default "float32"
If None, parent dtype is preserved, but the derivative can
Expand Down

0 comments on commit d576526

Please sign in to comment.