-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
int8 arrays parsed as numbers, float arrays parsed as strings #452
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
Labels
Comments
Ah, yeah that's yucky. I didn't modify the array parsing when I switched things back over to the more pedantic type parsing. |
See also #378 |
brianc
added a commit
that referenced
this issue
Feb 26, 2014
improve support for int arrays and float arrays
Yeah you're right! thanks. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was testing the recent numeric parsing and found out that:
This is the default as of version 2.6.2
The text was updated successfully, but these errors were encountered: