From 83284321c2587b381b94deb17cf25b81bd172e35 Mon Sep 17 00:00:00 2001 From: Antoine Lavenant Date: Thu, 3 Oct 2024 13:29:36 +0200 Subject: [PATCH] update test --- ..._mark_points_to_use_for_digital_models_with_new_dimension.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/pdal_ign_macro/test_mark_points_to_use_for_digital_models_with_new_dimension.py b/test/pdal_ign_macro/test_mark_points_to_use_for_digital_models_with_new_dimension.py index 27fc719..89954e8 100644 --- a/test/pdal_ign_macro/test_mark_points_to_use_for_digital_models_with_new_dimension.py +++ b/test/pdal_ign_macro/test_mark_points_to_use_for_digital_models_with_new_dimension.py @@ -158,8 +158,6 @@ def test_algo_mark_points_for_dm_with_reference(crop): keep_temporary_dims=False, skip_buffer=True, ) - pipeline = pdal.Pipeline() - pipeline.execute() def sort_points(points): sorted_index = np.lexsort((points["Y"], points["X"], points["Z"], points["GpsTime"]))