Skip to content
New issue

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

Boolean arrays not read from 'true' / 'false' (but works from 0 & 1) #19

Open
bjoo opened this issue Mar 27, 2017 · 0 comments
Open

Boolean arrays not read from 'true' / 'false' (but works from 0 & 1) #19

bjoo opened this issue Mar 27, 2017 · 0 comments
Assignees
Labels

Comments

@bjoo
Copy link
Contributor

bjoo commented Mar 27, 2017

The 'boolalpha' problem, which has been fixed for reading single booleans still persists for arrays of booleans ( multi1d ). Currently these have to be set as 0 (false) or 1 (true) rather than 'false' or 'true'. The boolalpha flag needs to be set on the input stream reading these, which may involve an xpath_reader fix or a QDP++ level fix.

@bjoo bjoo added the bug label Mar 27, 2017
@bjoo bjoo self-assigned this Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant