Skip to content

Commit

Permalink
use "mV" in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
magland authored Oct 4, 2023
1 parent b2337d0 commit 2f71764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/whiten.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def compute_whitening_matrix(recording, mode, random_chunk_kwargs, apply_mean, r

# Here we determine eps used below to avoid division by zero.
# Typically we can assume that data is in units of
# microvolts, but this is not always the case. When data
# mV, but this is not always the case. When data
# is float type and scaled down to very small values, then the
# default eps=1e-8 can be too large, resulting in incorrect
# whitening. We therefore check to see if the data is float
Expand Down

0 comments on commit 2f71764

Please sign in to comment.