-
Notifications
You must be signed in to change notification settings - Fork 15
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
initial setup to support OpenStudio 3.9.0 #176
base: develop
Are you sure you want to change the base?
Conversation
test on CI
A little confusing that only 10 fail on rc2 locally on my mac. I have not confirmed for all errors but at least the ones I've dug into have sections in HTML with These are the two mystery tests that fail on CI but not locally on mac oddly The two extra ones have messages like this, which I think should not be errors, it is just known limitation of those standards. Not a bad lookup |
14 tests fail both of these. EUI Reasonableness - Error prevented QAQC check from running (No such file or directory @ rb_sysopen - /srv/jenkins/git/openstudio-common-measures-gem/PR-176/1/mygems/ruby/3.2.0/gems/openstudio-standards-0.7.0.rc1/data/standards/legacy_idf_results.csv). End Use by Category - Error prevented QAQC check from running (No such file or directory @ rb_sysopen - /srv/jenkins/git/openstudio-common-measures-gem/PR-176/1/mygems/ruby/3.2.0/gems/openstudio-standards-0.7.0.rc1/data/standards/legacy_idf_results.csv). @mdahlhausen This happens on CI, but not at all to me locally, something platform specific to Linux file paths? |
Left code in but turned these off for now. May turn back on once use checks fully written in standards in place of the resources that ship with this measure.
test on CI