-
Notifications
You must be signed in to change notification settings - Fork 17
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
Changes will be required to OpenStudio Results for measure for OpenStudio 3.1/EnergyPlus 9.4 #33
Comments
As a note "os_lib_reporting" is not a general use library file like the others, is used by one or 2 other measures in a private repo that are slightly modified and probably outdated version of OpenStudio results. My preference at the moment is to remove it from extension gem, and if other measures are published, they should use unique module name and embed the file with the measure. @nllong any thoughts on this, sorry for cross repo conversation. |
I agree with this @DavidGoldwasser. The OpenStudio Results measure includes a bunch of sizing models from from OpenStudio Standards but those have not been kept up to date. I started a pattern in the extension gem where you would try to load files from any active gems first and then fall back to files in the resources directory as a backup: The files in the backup should be brought up to current OpenStudio Standards. Are you also going to update to reflect the changes in E+ 9.4 output variables? I think FuelOil is going through yet another renaming..... |
@macumber yes I'm going to update for changes in 9.4, Thanks for heads up about another FuelOil change. I'm going to use this branch that I already made for some enhancements to the measure. @mdahlhausen and @asparke2 are all of those |
I'll likely increase |
Looks like there is a tag and release for this repo to go with OS 3.0: https://github.com/NREL/openstudio-common-measures-gem/releases/tag/v0.2.0 Can you make another tag and release to go with OS 3.1? |
@DavidGoldwasser yes, the |
@macumber Yes, I will make another tag and release for OS 3.1 but it will probably fall a few days to a week after the official release of OpenStudio 3.1 |
Other measures that have test failure with 3.1 are
RadiantSlabWithDoas (this may be fixed with standards gem update)
I've made progress on OpenStudio Results but still working on that and updates to OS identified by measure failures. |
Isn't this gem embedded in the cli? It might not be, sometimes i loose track |
|
This fix isn't realted to OpenStudio 3.1 but was fiixed at same time as teh upgrade.
@jmarrec hi-lights some of this in openstudio3 slack channel.
The changes should be made here
https://github.com/NREL/openstudio-common-measures-gem/blob/develop/lib/measures/openstudio_results/resources/os_lib_reporting.rb
There is a copy of this in the extension gem that may create conflicts, unless I keep that in sync with this I should remove it from extension gem. OpenStudio results has been working on older versions of OpenStudio that do not yet have extension gem installed.
https://github.com/NREL/openstudio-extension-gem/blob/develop/lib/openstudio/extension/core/os_lib_reporting.rb
The text was updated successfully, but these errors were encountered: