FugroRoames / PointClouds.jl

Point cloud data structures in pure julia
Other
11 stars 1 forks source link

Remove Vector{Any} and fix tests #10

Closed c42f closed 7 years ago

c42f commented 7 years ago

Remove the assumption that attributes will be represented as Vector{Any}, which will make using the attribute arrays super slow.

Also fix the PointClouds PCA tests which were broken due to some breakage in StaticArrays.

c42f commented 7 years ago

The tests will be broken here, due to requiring the latest version of NearestNeighbours master branch.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling e90d4fd945840825b8255627a12a10027e3eb8d2 on fix-attribute-types into on master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 64560275e0e23392c79e9d0729f72b8c37e92744 on fix-attribute-types into on master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 507bf349fc165789f10d80e05c4d28672c1fc47d on fix-attribute-types into on master.