From 2f7176469b2b06b04baf36f8f8d2ff704cdf2095 Mon Sep 17 00:00:00 2001 From: Jeremy Magland Date: Wed, 4 Oct 2023 11:32:10 -0400 Subject: [PATCH] use "mV" in comment --- src/spikeinterface/preprocessing/whiten.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spikeinterface/preprocessing/whiten.py b/src/spikeinterface/preprocessing/whiten.py index afa3227e76..7cd4766f2b 100644 --- a/src/spikeinterface/preprocessing/whiten.py +++ b/src/spikeinterface/preprocessing/whiten.py @@ -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