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
@shorowit reported
I recently updated an OS measure using this build from 5 days ago and it changed all the boolean default values in the measure.xml from false/true to 0/1. (edited)
it's now 0/1
Should be true, not 1.
I removed the std::boolapha in https://github.com/NREL/OpenStudio/pull/5142/files#diff-1ce00edad4729733f34a2d1711e926e7d1d09f6ff94bae92e201b7ca3bcef23fR969
Some additional details about your environment for this issue (if relevant):
The text was updated successfully, but these errors were encountered:
Fix #5167
f5fe157
fcaaea8
e7fb16b
Merge pull request #5168 from NREL/5167_boolalpha
bce4511
Fix #5167 - measure.xml default bool values reported as 0/1 on develop
jmarrec
Successfully merging a pull request may close this issue.
Issue overview
@shorowit reported
Current Behavior
it's now 0/1
Expected Behavior
Should be true, not 1.
Steps to Reproduce
Possible Solution
I removed the std::boolapha in https://github.com/NREL/OpenStudio/pull/5142/files#diff-1ce00edad4729733f34a2d1711e926e7d1d09f6ff94bae92e201b7ca3bcef23fR969
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
The text was updated successfully, but these errors were encountered: