File tree Expand file tree Collapse file tree
spec/tests/model_articulation_test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 # 1. Before the schedule is adjusted
7979 # 2. After the schedule is adjusted
8080 # And why we expect the new values
81- expect ( help_calculate_hours ( default_schedule_set . numberofPeopleSchedule , cut_off_value ) . round ( 1 ) ) . to eql 33.3
81+ expect ( help_calculate_hours ( default_schedule_set . numberofPeopleSchedule , cut_off_value ) . round ( 1 ) ) . to eql 47.9
8282 expect ( help_calculate_hours ( default_schedule_set . hoursofOperationSchedule , cut_off_value ) . round ( 1 ) ) . to eql 40.0
8383 expect ( help_calculate_hours ( default_schedule_set . peopleActivityLevelSchedule , cut_off_value ) . round ( 1 ) ) . to eql 168.0
84- expect ( help_calculate_hours ( default_schedule_set . lightingSchedule , cut_off_value ) . round ( 1 ) ) . to eql 41.2
85- expect ( help_calculate_hours ( default_schedule_set . electricEquipmentSchedule , cut_off_value ) . round ( 1 ) ) . to eql 52.7
84+ expect ( help_calculate_hours ( default_schedule_set . lightingSchedule , cut_off_value ) . round ( 1 ) ) . to eql 67.4
85+ expect ( help_calculate_hours ( default_schedule_set . electricEquipmentSchedule , cut_off_value ) . round ( 1 ) ) . to eql 78.0
8686 expect ( help_calculate_hours ( default_schedule_set . gasEquipmentSchedule , cut_off_value ) . round ( 1 ) ) . to eql 0.0
8787 expect ( help_calculate_hours ( default_schedule_set . hotWaterEquipmentSchedule , cut_off_value ) . round ( 1 ) ) . to eql 0.0
8888 expect ( help_calculate_hours ( default_schedule_set . infiltrationSchedule , cut_off_value ) . round ( 1 ) ) . to eql 168.0
You can’t perform that action at this time.
0 commit comments