Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

There's no built-in way to do that, you'll have to patch OpenStudio-workflow-gem and manage to call your own version.

If the failed measure is a reporting measure it's another story. I recently added capability for reporting measures to fail, so we collect any HTML files that actually worked (this isn't released yet in any OpenStudio installer though).

In any case, the PR in question would be a good starting point for your own patch, cf NREL/OpenStudio-workflow-gem#92

There's no built-in way to do that, you'll have to patch OpenStudio-workflow-gem and manage to call your own version.

If the failed measure is a reporting measure it's another story. I recently added capability for reporting measures to fail, so we collect any HTML files that actually worked (this isn't released yet in any OpenStudio installer though).

In any case, the PR in question would be a good starting point for your own patch, cf NREL/OpenStudio-workflow-gem#92 (don't get scared by the 20k lines added, the PR has only a few changes to lib/openstudio/workflow/run.rb which I link directly to, the rest is mostly testing)