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

Remove invalid characters from option names #308

Merged
merged 2 commits into from
Aug 20, 2019
Merged

Conversation

vtnate
Copy link
Contributor

@vtnate vtnate commented Aug 20, 2019

Fixes options that would fail the validation proposed in NREL/buildstockbatch#99

This does not actually make changes to the validation to catch incidents of this happening in the future.

Several option names had characters in the title that are reserved for ApplyUpgrade logic by BuildStockBatch. This removes those characters from options_lookup.

Copy link
Member

@nmerket nmerket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@codecov-io
Copy link

codecov-io commented Aug 20, 2019

Codecov Report

Merging #308 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #308      +/-   ##
==========================================
- Coverage   93.13%   93.13%   -0.01%     
==========================================
  Files         168      168              
  Lines       48822    48822              
==========================================
- Hits        45470    45469       -1     
- Misses       3352     3353       +1
Impacted Files Coverage Δ
...easures/HPXMLtoOpenStudio/resources/hvac_sizing.rb 81.47% <0%> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8449371...13dfbc9. Read the comment docs.

@vtnate vtnate merged commit ddc879b into master Aug 20, 2019
@vtnate vtnate deleted the valid-option-names branch August 20, 2019 22:26
@joseph-robertson joseph-robertson added this to the ResStock v2.1.0 milestone Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants