-
Notifications
You must be signed in to change notification settings - Fork 0
Tests KIVA fixes #34
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
Tests KIVA fixes #34
10000Conversation
@@ -267,15 +267,15 @@ | |||
"type": "number" | |||
}, | |||
"corner": { | |||
"title": "Any wall corner [0°,135°) or (225°,360°] PSI", | |||
"title": "Any wall corner [0deg,135deg) or (225deg,360deg] PSI", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linked to this comment. Fix works for both SDK v3.8.0 & v3.9.0.
More fixing to do ...
s.add_development_dependency "openstudio-common-measures", "~> 0.10.0" | ||
s.add_development_dependency "openstudio-model-articulation", "~> 0.10.0" | ||
s.add_development_dependency "openstudio-common-measures", "~> 0.11.0" | ||
s.add_development_dependency "openstudio-model-articulation", "~> 0.11.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... not the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good update though
.github/workflows/pull_request.yml
Outdated
@@ -157,5 +157,4 @@ jobs: | |||
docker exec -t test ls | |||
docker exec -t test bundle update | |||
docker exec -t test bundle exec rake | |||
docker exec -t test bundle exec rake suites_run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unable to isolate the OpenStudio-Standards gem issue (prototype test suite) for now. OK with skipping the prototype test suite altogether when it comes to a bleeding edge version of the OpenStudio/SDK (v3.9.0 was just released last week). Can certainly wait for the next release.
@@ -11033,6 +11033,45 @@ | |||
expect(model).to_not be_empty | |||
model = model.get | |||
|
|||
# Fetch all 5 outdoor-facing walls of the Open Area space. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Harmonized with test changes here.
@@ -22,7 +22,7 @@ | |||
|
|||
require 'openstudio-standards' | |||
|
|||
if OpenstudioStandards::VERSION >= '0.6.0' and OpenstudioStandards::VERSION <= '0.6.3' | |||
if OpenstudioStandards::VERSION >= '0.6.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works locally. All good. Thanks @macumber
Hadn't re-checked this, as it's working just fine for SDK v3.8.0.
Testing fixes introduced in this TBD PR.