NREL / openstudio-model-articulation-gem

Other
7 stars 9 forks source link

Three measures in this repo keep updating XML file even when using CLI #75

Open DavidGoldwasser opened 3 years ago

DavidGoldwasser commented 3 years ago

There is a known issue (filed in common measures) where using rake task will update html erb for reporting measures. This is different. It is only the version id and version modified that changes, and it keeps changing when I run it again. Maybe an issue with measure manager but what is unique with these three measures? https://github.com/NREL/openstudio-model-articulation-gem/commit/900e13e68c3badac6ab5ef2dffb374589b4c0b76

nllong commented 3 years ago

We call everything through the extension gem which uses the measure manager. Do you see any potential issues with these lines? https://github.com/NREL/openstudio-extension-gem/blob/develop/lib/openstudio/extension/runner.rb#L346-L355