Skip to content

Commit

Permalink
black zone temp control lib item
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjoonjung-PNNL committed Aug 22, 2023
1 parent 3ed013a commit cc9b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/zone_temp_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ class ZoneTempControl(RuleCheckBase):
points = ["T_set_cool", "T_set_heat"]

def verify(self):
self.result = (self.df["T_set_cool"] - self.df["T_set_heat"]) > 2.77
self.result = (self.df["T_set_cool"] - self.df["T_set_heat"]) > 2.77

0 comments on commit cc9b32c

Please sign in to comment.