Closed c42f closed 7 years ago
Remove the assumption that attributes will be represented as Vector{Any}, which will make using the attribute arrays super slow.
Vector{Any}
Also fix the PointClouds PCA tests which were broken due to some breakage in StaticArrays.
The tests will be broken here, due to requiring the latest version of NearestNeighbours master branch.
Changes Unknown when pulling e90d4fd945840825b8255627a12a10027e3eb8d2 on fix-attribute-types into on master.
Changes Unknown when pulling 64560275e0e23392c79e9d0729f72b8c37e92744 on fix-attribute-types into on master.
Changes Unknown when pulling 507bf349fc165789f10d80e05c4d28672c1fc47d on fix-attribute-types into on master.
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.