Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Apr 23, 2024
1 parent 06ef550 commit 83bf42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ COPY --from=build /tmp/install/lib /tmp/install/lib
ENV PATH=$PATH:/opt/conda/envs/pdal_ign_plugin/bin/
ENV PROJ_LIB=/opt/conda/envs/pdal_ign_plugin/share/proj/
ENV PDAL_DRIVER_PATH=/tmp/install/lib

COPY --from=build /tmp/macro /tmp/macro
2 changes: 1 addition & 1 deletion test/test_grid_decimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_grid_decimation():
if pt["grid"] > 0:
nb_pts_grid += 1

assert nb_pts_grid == 3196
assert nb_pts_grid == 3234
assert nb_pts_grid <= nb_dalle

data = []
Expand Down

0 comments on commit 83bf42c

Please sign in to comment.