lib/openstudio-standards/btap/fileio.rb in openstudio-standards-0.2.12.rc4 vs lib/openstudio-standards/btap/fileio.rb in openstudio-standards-0.2.12.rc5

- old
+ new

@@ -805,9 +805,10 @@ next if field_name.include?('Outlet Node') next if field_name.include?('Port List') next if field_name.include?('Cooling Control Zone or Zone List Name') next if field_name.include?('Heating Control Zone or Zone List Name') next if field_name.include?('Heating Zone Fans Only Zone or Zone List Name') + next if field_name.include?('Zone Terminal Unit List') # Don't compare the names of schedule type limits # because they appear to be created non-deteministically next if field_name.include?('Schedule Type Limits Name') \ No newline at end of file