aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca/test_process.py
diff options
context:
space:
mode:
authorJ08nY2023-10-13 18:23:31 +0200
committerJ08nY2023-10-13 18:23:31 +0200
commitdb1636607dc59325aa58aae604dff440a313a9b4 (patch)
treeb6da4966d3823714992c7857cf2a63b862722621 /test/sca/test_process.py
parentde3c44e806114a6d4e7e6be7c52793557404cf49 (diff)
downloadpyecsca-db1636607dc59325aa58aae604dff440a313a9b4.tar.gz
pyecsca-db1636607dc59325aa58aae604dff440a313a9b4.tar.zst
pyecsca-db1636607dc59325aa58aae604dff440a313a9b4.zip
Speedup rolling_mean computation.
Diffstat (limited to '')
-rw-r--r--test/sca/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/test_process.py b/test/sca/test_process.py
index cf9fbbd..9ab8bcf 100644
--- a/test/sca/test_process.py
+++ b/test/sca/test_process.py
@@ -43,7 +43,7 @@ def test_rolling_mean(trace):
assert result is not None
assert len(result.samples) == 3
assert result.samples[0] == -15
- assert result.samples[1] == 42
+ assert result.samples[1] == 42.5
assert result.samples[2] == 196