-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support OpenStudio 3.7 #188
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
00acd3d
point to os37-rc2 in CI, and remove old comments
vtnate 91746ec
start with local branches with newer dependencies
vtnate d90788a
Merge commit 'da0ad127a4c506fe70c078224fc18cf711b70181' into os37
vtnate da0ad12
Squashed 'example_project/resources/hpxml-measures/' changes from e2f…
vtnate 410b645
get new error message in baseline mapper from cli code
vtnate f33b774
openstudio:update_measures which just added license text
vtnate 0fb5b8e
point to branches to test OS3.7
vtnate 29a5b7d
also specify core-gem in this repo, at least during testing
vtnate 7b74925
use official OS version 3.7.0 in CI
vtnate 31ec325
Squashed 'example_project/resources/hpxml-measures/' changes from d74…
vtnate c829f41
Merge commit '31ec325904a8cc59a471301c643c124327e49694' into os37
vtnate c080412
update BuildResidentialModel measure
vtnate f0616d8
change building location even for osm buildings
vtnate 2794d20
remove hardcoded local weatherfile path from osm buildings
vtnate 2aff9bb
Update to OS-HPXML v1.7.0 (#189)
joseph-robertson 5414635
add chilled_water_storage to <run/process/clear/visualize>_all rake t…
vtnate 1da6608
point to davids os37-rc branch of load-flex-gem
vtnate 181fb3f
fix license link in copyright notice
vtnate e134a73
adding geometry orientation and aspect ratio example for single-famil…
kflemin 6aec0ab
updating openstudio measure gems versions
kflemin 20865e1
use newly released version of openstudio-geb-gem
vtnate 6aedc6d
allow allow_local to work again
vtnate ddfdc00
use http in example project_dir gemfile, to help installer
vtnate 38b32fe
point gemfiles to develop branches of openstudio gems
vtnate a3879ea
use http://rubygems.org in gemfile
vtnate b04b5ce
Residential: add unit tests for BuildResidentialModel (#191)
joseph-robertson a441e4a
bump to newly released uo gems
vtnate a5ee888
bump action version in codeql workflow
vtnate cdd8c07
update license text to match reopt-gem, fix link, & include 2024
vtnate 0ddf3b3
remove top-level requirement for oga (still needed for residential)
vtnate 05debdf
use high-efficiency mapper on a residential building
vtnate 101826b
ugh, use develop branch when favoring local gems
vtnate c5cabb8
ugh, fix copy/paste error in gemfile for local gems
vtnate 71d8bba
yikes, I am crushing the stupid copy/paste mistakes today
vtnate 7e2124d
re-install oga for residential measure-tests workflow
vtnate f19d355
no need for duplicate residential measure_test runs in CI
vtnate c3e681a
more specific name of failure artifact on github
vtnate 8fcf9df
different way of specifying json & csv. Maybe this is cleaner?
vtnate 910113f
Revert "different way of specifying json & csv. Maybe this is cleaner?"
vtnate 3fb53cd
Update Gemfile dependencies
kflemin eb7f4eb
fix another copy paste error
vtnate f1157f0
Merge branch 'os37' of https://github.com/urbanopt/urbanopt-example-g…
vtnate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
These are only applicable (valid) for SFD and SFA buildings? For example, I'm pretty sure
geometry_unit_orientation
is determined using some logic right around here for MF buildings.There is also some language around these inputs here in the URBANopt docs that may need to be updated.
@kflemin
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.
thanks for the clarifications @joseph-robertson, I'll add language to the docs related to that!