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

CSV files read issues #15

Closed
pomadchin opened this issue Mar 27, 2019 · 1 comment · Fixed by #16
Closed

CSV files read issues #15

pomadchin opened this issue Mar 27, 2019 · 1 comment · Fixed by #16
Labels
bug Something isn't working

Comments

@pomadchin
Copy link
Collaborator

It looks like we're requesting points not generic enough / things had changed a bit since 1.4.

Add a unit test to read the following CSV file:

X,Y,Z,TEST
289814.150,4320978.610,170.760,2.000
289814.640,4320978.840,170.760,2.000
289815.120,4320979.060,170.750,2.000
289815.600,4320979.280,170.740,2.000
289816.080,4320979.500,170.680,2.000
289816.560,4320979.710,170.660,2.000
289817.030,4320979.920,170.630,2.000
289817.530,4320980.160,170.620,2.000
289818.010,4320980.380,170.610,2.000
289818.500,4320980.590,170.580,2.000

We can get access to the point if here we'll use pl->dimTypes() call instead.

So we store a bit incorrect information in JVM memory.

@pomadchin pomadchin added the bug Something isn't working label Mar 27, 2019
@pomadchin
Copy link
Collaborator Author

Fixed in #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant