We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before adding this commit on #1254, ResStockArguments was failing and causing ApplyUpgrade to preemptively return (as successful but without writing an upgraded.xml file): https://github.com/NREL/resstock/blob/develop/measures/ApplyUpgrade/measure.rb#L299-L301
We need to update ApplyUpgrade (and maybe BuildExistingModel) to fail if ResStockArguments fails.
This may be true for any measure that the BuildExistingModel and ApplyUpgrade meta measures call, not just ResStockArguments.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Before adding this commit on #1254, ResStockArguments was failing and causing ApplyUpgrade to preemptively return (as successful but without writing an upgraded.xml file): https://github.com/NREL/resstock/blob/develop/measures/ApplyUpgrade/measure.rb#L299-L301
We need to update ApplyUpgrade (and maybe BuildExistingModel) to fail if ResStockArguments fails.
This may be true for any measure that the BuildExistingModel and ApplyUpgrade meta measures call, not just ResStockArguments.
The text was updated successfully, but these errors were encountered: