Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed May 17, 2024
1 parent 0559a0b commit cecf78e
Showing 1 changed file with 1 addition and 1 deletion.
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 run_filter(type):
if pt["grid"] > 0:
nb_pts_grid += 1

assert nb_pts_grid == 3234
assert nb_pts_grid == 3231
assert nb_pts_grid <= nb_dalle

data = []
Expand Down

0 comments on commit cecf78e

Please sign in to comment.