Skip to content

Conversation

@brgix
Copy link
Member

@brgix brgix commented Nov 20, 2024

Testing fixes introduced in this TBD PR.

@brgix brgix added the bug Something isn't working label Nov 20, 2024
@brgix brgix self-assigned this Nov 20, 2024
},
"corner": {
"title": "Any wall corner [0°,135°) or (225°,360°] PSI",
"title": "Any wall corner [0deg,135deg) or (225deg,360deg] PSI",
Copy link
Member Author

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"
Copy link
Member Author

Choose a reason for hiding this comment

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

... not the issue.

Copy link
Member

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

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
Copy link
Member Author

@brgix brgix Nov 21, 2024

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.

expect(model).to_not be_empty
model = model.get

# Fetch all 5 outdoor-facing walls of the Open Area space.
Copy link
Member Author

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.

require 'openstudio-standards'

if OpenstudioStandards::VERSION >= '0.6.0' and OpenstudioStandards::VERSION <= '0.6.3'
if OpenstudioStandards::VERSION >= '0.6.0'
Copy link
Member Author

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.

@brgix brgix merged commit a08b1ee into develop Nov 22, 2024
9 checks passed
@brgix brgix deleted the exposed branch November 22, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants