NatLabRockies / NatLabRockies/OpenStudio

IDF import schedule type limits bug

Open
#967 0 comments 0 reactions 1 assignee View on GitHub

@kbenne is already working on this.

Since Apr 8, 2014.

component - IDF Translation severity - Normal Bug
Dominant language
C++
Stars
646
Forks
237
Avg merge
3d 11h
Merged PRs (30d)
10

Description

If schedule type limits fields are not set properly, OS will not give error but also will not hook up affected schedules (except it did give an error for occupancy schedules, see below)

Warning: Unable to set Object of type 'OS:People' and named 'GuestRoom220_223_People''s Number of People schedule to Object of type 'OS:Schedule:Compact' and named 'GuestRoom_Occ_Sch', likely because of a ScheduleTypeLimits conflict.

Bad schedule type limits IDF object:
ScheduleTypeLimits,
Fraction, !- Name
0.0, !- Lower Limit Value
, !- Upper Limit Value
Continuous; !- Numeric Type

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.