Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$<-.IdfObject did not work for ScheduleCompact object #512

Closed
hongyuanjia opened this issue Feb 22, 2022 · 0 comments · Fixed by #513
Closed

$<-.IdfObject did not work for ScheduleCompact object #512

hongyuanjia opened this issue Feb 22, 2022 · 0 comments · Fixed by #513
Assignees

Comments

@hongyuanjia
Copy link
Owner

library(eplusr)
idf <- read_idf(path_eplus_example(9.4, "5Zone_Transformer.idf"))
#> IDD v9.4.0 has not been parsed before.
#> Try to locate 'Energy+.idd' in EnergyPlus v9.4.0 installation folder 'C:\EnergyPlusV9-4-0'.
#> IDD file found: 'C:\Users\hongy\AppData\Local\EnergyPlusV9-4-0\Energy+.idd'.
#> Start parsing...
#> Parsing completed.
sch <- schedule_compact(idf, "OCCUPY-1")
sch$`Schedule Type Limits Name` <- "Fraction"
#> Error in parse_dots_value(..., .scalar = TRUE, .unique = TRUE, .env = .env): Assertion on 'Input' failed: Must be of type 'list', not 'character'.

Created on 2022-02-22 by the reprex package (v2.0.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant