Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jul 6, 2023
1 parent b6c8421 commit 9293288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioreactor/automations/temperature/thermostat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9293288

Please sign in to comment.