From e1be00e2e3d0a623a72556e87cddd3af12fbf795 Mon Sep 17 00:00:00 2001 From: Andrew de Quincey Date: Wed, 28 Apr 2021 23:38:36 +0100 Subject: [PATCH] fix comment --- lib/oven.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oven.py b/lib/oven.py index f9990e1..141997d 100644 --- a/lib/oven.py +++ b/lib/oven.py @@ -120,7 +120,7 @@ class TempSensorReal(TempSensor): ) def run(self): - '''use a moving average of TEMPERATURE_AVERAGE_WINDOW across the time_step''' + '''use a moving average of TEMPERATURE_MOVING_AVERAGE_SAMPLES across the time_step''' temps = [] while True: temp = self.thermocouple.get()