-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix issues with MeasureManager #720
Merged
Merged
Changes from 30 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
fd8611d
Merge pull request #710 from openstudiocoalition/develop
macumber 64121ee
Add loading tab to discourage selecting another measure which argumen…
macumber 7ed4df8
Fix clang format
macumber 7fc6f69
Merge remote-tracking branch 'remotes/origin/develop' into measure_fixes
macumber 57d0a60
Update openstudio_results to version compatible with OS CLI 3.8.0
macumber 2ddc96e
Add Example->Shoebox Model
macumber d242c14
Add model and measures for shoebox example
macumber 05f8f2c
Catch exceptions if measures in upgraded model have measures that no …
macumber 3eac9db
Clang format
macumber cd2ac09
Do not automatically update the results measure from BCL
macumber b10bf89
Measure in local bcl might not work either
macumber ee7d527
Update sha for OS 3.8.0 tag
macumber 94f2cf1
Correct sha for 3.7.0 release
macumber d198bcf
Bump after changing merge base to master
macumber b12bd77
Update to SHA of assets for 3.7.0
macumber 23b0ca3
Download latest (unreleased) conan.cmake file, try boost 1.84 on ARM …
macumber 255f4cb
Temporarily limit to mac arm
macumber c1df727
Try latest version of boost 1.79 recipe
macumber d677d83
Also comment out these matrix items
macumber e6c8beb
Looks like the only option is to fork the boost recipe and delete thi…
macumber f11f20b
Set XCode SDK version
macumber a6efa4f
Test changes on all runners
macumber 243ea30
Update measures from BCL
macumber 6ae468f
Remove unused/duplicate method downloadUpdatedBCLMeasures
macumber 65d6505
Move standardReportMeasure to MeasureManager, test updates to measure…
macumber 223964d
Clang format
macumber 65af11b
Remove unused m_useClassicCLI, cannot use classic CLI for MeasureMana…
macumber 5f8d3b9
Merge remote-tracking branch 'origin/v1.7.2-patch' into measure_fixes
macumber ddc371f
Update translations
macumber df63e23
Remove measure from disk when deleting last step using it
macumber 10eb8f7
Merge pull request #723 from openstudiocoalition/v1.7.2-patch
jmarrec c670790
Merge remote-tracking branch 'remotes/origin/master' into measure_fixes
macumber 0feb782
Remove workarounds now that https://github.com/NREL/OpenStudio/pull/5…
macumber f83e1cb
Remove Shoebox Model from repo, fetch at configure time
macumber 49e8cc2
Remove openstudio_results measure from repo, install from the openstu…
macumber 06a3a6b
Find openstudio_results and ShoeboxModel when running in build dir
macumber 53cfba1
Add measure type badges to workflow steps
macumber ba11995
Measure manager changed argument to update_measures from measure_dir …
macumber 94e5e12
Merge remote-tracking branch 'origin/develop' into measure_fixes
macumber dcbdb87
Merge remote-tracking branch 'origin/develop' into measure_fixes
macumber da2d1ed
Clang format
macumber 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
stdout | ||
stderr | ||
out.osw | ||
run/ | ||
reports/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# OpenStudio Coalition Example Models | ||
|
||
Collection of OpenStudio Coalition Example Models | ||
|
||
## ShoeboxExample | ||
|
||
A simple model that creates a test building. The OSM only has the weather file and design days, the model is created via a collection of measures. | ||
|
||
Third party measures: | ||
|
||
- Model Articulation Measures: | ||
- create_bar_from_space_type_ratios - https://github.com/NREL/openstudio-model-articulation-gem | ||
- create_typical_building_from_model - https://github.com/NREL/openstudio-model-articulation-gem | ||
- Reporting Measures: | ||
- openstudio_results - https://github.com/NREL/openstudio-common-measures-gem | ||
- view_data - https://github.com/NREL/openstudio-common-measures-gem |
Oops, something went wrong.
Oops, something went wrong.
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.
why?
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 issue prevents using the classic CLI for the measure manager now: NREL/OpenStudio#5212
I figure it's probably not really worth supporting using classic for the measure manager in the future either, what do you think? You can still use the classic option for the run though.