NatLabRockies / NatLabRockies/OpenStudio
IDF import schedule type limits bug
@kbenne is already working on this.
Since Apr 8, 2014.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.