Skip to content

Commit

Permalink
Adding formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Jul 21, 2020
1 parent 8635684 commit f81b7b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_rhu_formatting(thermostat_type_1):
assert('rhu1_less05F' == thermostat_type_1._format_rhu('rhu1', -np.inf, 5, None))
assert('rhu1_greater55F' == thermostat_type_1._format_rhu('rhu1', 55, np.inf, None))
assert('rhu1_30F_to_45F' == thermostat_type_1._format_rhu('rhu1', 30, 45, None))
assert('rhu2_05F_to_10F_aux_duty_cycle' == thermostat_type_1._format_rhu('rhu2', 5, 10, 'aux_duty_cycle'))



Expand Down

0 comments on commit f81b7b2

Please sign in to comment.