Skip to content

Commit

Permalink
the iterator is throwing errors, so it must be emptying too fast. Try…
Browse files Browse the repository at this point in the history
…ing to figure out why, checking iterator length
  • Loading branch information
john-zither committed Nov 24, 2023
1 parent 8902e9b commit 2b8301e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core_single_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@


def test_rhu_formatting(thermostat_type_1):
assert sum(1 for _ in thermostat_type_1) == 4
try:
assert('rhu1_less05F' == thermostat_type_1._format_rhu('rhu1', -np.inf, 5, None))
except StopIteration as e:
Expand Down

0 comments on commit 2b8301e

Please sign in to comment.