From 90966bd5335f5908fe69cdc5d68db69262068cd3 Mon Sep 17 00:00:00 2001 From: Christos Falas Date: Fri, 16 May 2025 01:11:22 +0100 Subject: [PATCH] improve example --- examples/motion_detector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/motion_detector.py b/examples/motion_detector.py index da2b373..89cf4bf 100644 --- a/examples/motion_detector.py +++ b/examples/motion_detector.py @@ -58,7 +58,6 @@ def _(sample: npt.NDArray[np.complex64]) -> None: It is used to detect changes in the environment caused by motion, by comparing each entry in the matrix with a moving average """ - global historical global sample_position historical[sample_position] = sample