From da5f4f026d7fc675ef01cc91aa4addf4d44f22f0 Mon Sep 17 00:00:00 2001 From: rfitzger Date: Fri, 20 Dec 2024 13:05:42 -0700 Subject: [PATCH] test bug --- rust/routee-compass-core/src/model/map/spatial_index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/routee-compass-core/src/model/map/spatial_index.rs b/rust/routee-compass-core/src/model/map/spatial_index.rs index 139f62fc..e6553162 100644 --- a/rust/routee-compass-core/src/model/map/spatial_index.rs +++ b/rust/routee-compass-core/src/model/map/spatial_index.rs @@ -130,7 +130,7 @@ mod test { .join("rtree_query.json"); let vertices: Box<[Vertex]> = - read_utils::from_csv(&vertices_filepath.as_path(), true, None, None, None).unwrap(); + read_utils::from_csv(&vertices_filepath.as_path(), true, None, None).unwrap(); let index = SpatialIndex::new_vertex_oriented(&vertices, None); // test nearest neighbor queries perform as expected