-
Notifications
You must be signed in to change notification settings - Fork 58
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
construction_set_u_value wrongful call of find_and_set_insulaton_layer #1423
Comments
Thanks for finding this. openstudio-standards/lib/openstudio-standards/standards/Standards.Construction.rb Line 34 in 89b2470
openstudio-standards/lib/openstudio-standards/standards/Standards.Construction.rb Line 443 in 89b2470
It looks like the BTAP portion of the code is still using the misspelled method:
And the BTAP method adds it as a method on top of the Construction object, rather than taking a construction argument @phylroy it looks like you originally wrote this. Can you correct the typo, harmonize the methods, and remove the separate BTAP version? |
Can do.. should I add it to our nrcan branch and you'll get it on our next merge? |
@phylroy either way is fine |
okay I'll chat with chris on when we plan to have nrcan branch ready. |
So it turns out that this method is not really used by anything, along with a few others. It think this was leftover from the migration in Dec 2017 that Andrew and I did. I am nervous about deleting the code, so I am commenting it out for now..but will remove it in the next version if all is well. |
This wouldn't affect the |
omarh119. It should not since you are using the class Standard. This method was in the OpenStudio::Model::Construction module namespace. So unless your work used that.. it should not be impacted. |
Re-opening the issue because the spelling error |
Fixed with #1435 |
openstudio-standards/lib/openstudio-standards/standards/Standards.Construction.rb
Line 34 in 61214a3
This probably should be
construction.find_and_set_insulation_layer.name
.Current usage returns the following error
The text was updated successfully, but these errors were encountered: