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

Inconsistent sub surface name in IDF Translator #31

Open
TMaile opened this issue Jul 2, 2019 · 2 comments
Open

Inconsistent sub surface name in IDF Translator #31

TMaile opened this issue Jul 2, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@TMaile
Copy link
Contributor

TMaile commented Jul 2, 2019

As part of our testing, we compare two IDF files that are generated from OSMs to ensure that we do not miss any changes in the generated model.

We discovered some small differences in the naming of sub surfaces in the IDF files.

E.g., Sub Surface 11 <-> Sub Surface 5, see comparison screenshot below. I also attached the two osm and idf files. we use the following code to generate the IDF form the OSM.

OpenStudio::EnergyPlus::ForwardTranslator.new.translateModel(model)

image
IDF_OSM_Files.zip

@TMaile TMaile added the bug Something isn't working label Jul 2, 2019
@macumber
Copy link
Contributor

macumber commented Jul 2, 2019

How were these OSM files generated? Are these output from one of the tests?

@TMaile
Copy link
Contributor Author

TMaile commented Jul 2, 2019

here is the test:

it 'Should write the same OSM file as previously generated' do

it uses an older OSM file generated by the same process and compares it to a newly generated after translation to IDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants