Skip to content

Commit

Permalink
Sets compact to True
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne authored and Chris Mackey committed Mar 4, 2021
1 parent 1ad4935 commit bd31ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schedule_ruleset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def test_schedule_ruleset_from_idf_file_compact():
and Schedule:Compact.
"""
office_sched_idf = './tests/idf/OfficeOccupancySchedule_Compact.idf'
office_scheds = ScheduleRuleset.extract_all_from_idf_file(office_sched_idf)
office_scheds = ScheduleRuleset.extract_all_from_idf_file(office_sched_idf, True)

office_occ = office_scheds[0]

Expand Down

0 comments on commit bd31ba3

Please sign in to comment.