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

Failed to extract simulation result data when multiple reporting frequencies exist #340

Closed
hongyuanjia opened this issue Sep 14, 2020 · 0 comments · Fixed by #341 or #342
Closed
Assignees
Milestone

Comments

@hongyuanjia
Copy link
Owner

library(eplusr)
path <- "C:/Users/hongy/AppData/Local/EnergyPlusV9-2-0/ExampleFiles/RefBldgMediumOfficeNew2004_Chicago.idf"
path <- file.path(eplus_config(9.2)$dir, "ExampleFiles/RefBldgMediumOfficeNew2004_Chicago.idf")
idf <- read_idf(path)
#> IDD v9.2.0 has not been parsed before.
#> Try to locate 'Energy+.idd' in EnergyPlus v9.2.0 installation folder 'C:/EnergyPlusV9-2-0'.
#> IDD file found: 'C:\Users\hongy\AppData\Local\EnergyPlusV9-2-0\Energy+.idd'.
#> Start parsing...
#> Parsing completed.
job <- idf$run(NULL, tempdir(), echo = FALSE)
job$report_data()
#> Error in rbindlist(list(melt_data(data, RPFREQ["TimeStep"], dict_per[is_zone][, : Item 2 has 3 columns, inconsistent with item 1 which has 2 columns. To fill missing columns use fill=TRUE.

Created on 2020-09-14 by the reprex package (v0.3.0)

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