Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Oct 3, 2024
1 parent 0f687e0 commit 8328432
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]))
Expand Down

0 comments on commit 8328432

Please sign in to comment.