From cecf78e08faf43ea822e170bca5fa861acc15949 Mon Sep 17 00:00:00 2001
From: Antoine Lavenant <Antoine.Lavenant@ign.fr>
Date: Fri, 17 May 2024 17:31:15 +0200
Subject: [PATCH] fix test

---
 test/test_grid_decimation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_grid_decimation.py b/test/test_grid_decimation.py
index 947a43a..ea21a79 100755
--- a/test/test_grid_decimation.py
+++ b/test/test_grid_decimation.py
@@ -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 = []