Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ensure consistent spelling between TSVs and options_lookup.tsv#1256

Merged
afontani merged 4 commits into
developfrom
tighten-integrity-checks
Jun 12, 2024
Merged

Ensure consistent spelling between TSVs and options_lookup.tsv#1256
afontani merged 4 commits into
developfrom
tighten-integrity-checks

Conversation

@joseph-robertson

@joseph-robertson joseph-robertson commented Jun 11, 2024

Copy link
Copy Markdown
Contributor

Pull Request Description

Closes #1143.
Closes #1086.

Checklist

Not all may apply:

  • Tests (and test files) have been updated
  • Documentation has been updated
  • Changelog has been updated
  • openstudio tasks.rb update_measures has been run
  • No unexpected regression test changes on CI (checked comparison artifacts)

@joseph-robertson joseph-robertson self-assigned this Jun 11, 2024
@joseph-robertson joseph-robertson marked this pull request as ready for review June 11, 2024 23:28
Comment thread resources/buildstock.rb
next unless not option_name.nil?

if (row[0].downcase == parameter_name.downcase) && (row[1].downcase == option_name.downcase)
if (row[0].downcase == parameter_name.downcase) && (row[1] == option_name)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ah, so catch the upper and lower case differences.

@afontani afontani merged commit b1ca11e into develop Jun 12, 2024
@afontani afontani deleted the tighten-integrity-checks branch June 12, 2024 18:29
@joseph-robertson joseph-robertson added this to the ResStock v3.3.0 milestone Oct 7, 2024
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.

Measure value spellings inconsistent between files Tighten integrity checks

2 participants