e-mission / e-mission-data-collection

Repository for our own data collection
BSD 3-Clause "New" or "Revised" License
4 stars 19 forks source link

Displayed the length for the points not the distances #91

Closed shankari closed 8 years ago

shankari commented 8 years ago

In 6f1f767a73c03a4ed360673d78aff59100ef2b5a, we tried to print the length of the point arrays instead of the actual points. However, it turns out that we printed the length of the distance arrays and not the point arrays.

Here, we go back to printing the whole distance array and print the length of the point arrays instead.