Scott Horowitz
Scott Horowitz
I had the same problem with the Obsidian style. To fix it, go to Language > User Defined Language > Define Your Language. Selected reStructuredText from the dropdown and then...
Before:  After: 
Does it really make sense to expose the new YAML inputs to a user? Why not just set both `include_foo` and `register_foo` to the same value based on the existing...
Oh sorry, I didn't realize there wasn't an input before. If you are adding inputs, I guess I'm advocating for two inputs instead of four. Only the `include_foo` arguments affect...
@nweires I might be misunderstanding something, but isn't this what the [Residential Quota Downselect Sampler](https://buildstockbatch.readthedocs.io/en/stable/samplers/residential_quota_downselect.html) is for?
Can BSB perform that kind of validation? It might need to exist in ResStock's [ApplyUpgrade measure](https://github.com/NREL/resstock/tree/develop/measures/ApplyUpgrade).
> It also appears that the `buildstock_local` utility requires that you update your path env var to point to the correct version of openstudio. Idea from @shorowit: Since the OS...
@nmerket `openstudio` can now run python scripts (just like it can run ruby scripts).
Ah, right. So that means running `buildstock_local` will always require more setup than `run_analysis.rb`.
To draw a parallel, the user can run `run_analysis.rb` with either ruby or openstudio. But by using openstudio, the user doesn't have to: 1. Separately install ruby and any gems...