Bug in loading floats from CSV
schwald opened this issue · 2 comments
schwald commented
alltypes.tbl is not loaded correctly. Value 111111111.2 seems to produce some problem...
bastih commented
I think what happens here is that we basically run into precision loss due to floats not being able to represent this value properly.
bastih commented
Example gist for explanation: https://gist.github.com/bastih/9391405