From 92932882b4a9ccd6d1f0735c38a2aa6f62908469 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Thu, 6 Jul 2023 18:30:47 -0400 Subject: [PATCH] bump --- pioreactor/automations/temperature/thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pioreactor/automations/temperature/thermostat.py b/pioreactor/automations/temperature/thermostat.py index a95f35f6..39ec95b1 100644 --- a/pioreactor/automations/temperature/thermostat.py +++ b/pioreactor/automations/temperature/thermostat.py @@ -34,7 +34,7 @@ def __init__(self, target_temperature: float | str, **kwargs) -> None: job_name=self.job_name, target_name="temperature", output_limits=(-25, 25), # avoid whiplashing - derivative_smoothing=0.50, + derivative_smoothing=0.90, ) def execute(self) -> UpdatedHeaterDC: