Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/average_across_direction.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 79322db commit 9e212ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
direction : str, default 'y'
Channels living at unique positions along this direction
will be averaged.
dtype : numpy dtype, default float32
dtype : numpy dtype or None, default: float32
If None, parent dtype is preserved, but the average will
lose accuracy
"""
Expand Down

0 comments on commit 9e212ae

Please sign in to comment.