Skip to content

Commit

Permalink
fix prev_static_temp to run in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
BeamCtrl committed Mar 15, 2024
1 parent f6d3214 commit 028ed08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/humidity_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def print_locals(dev):
def test_target_set():
req = MockRequest.MockRequest()
dev = airiana_core.Systemair(req)
dev.prev_static_temp = 7.5
dev.extract_ave = 23
dev.humidity = 35
dev.inlet_ave = 10
Expand Down

0 comments on commit 028ed08

Please sign in to comment.