From 3ba5bc7391fb5a51393ea8da5e58964c81dc2d65 Mon Sep 17 00:00:00 2001 From: utas-raymondng Date: Wed, 2 Oct 2024 17:49:34 +1000 Subject: [PATCH] Fix the precision in test to avoid compare fail --- indexer/src/test/resources/application-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer/src/test/resources/application-test.yaml b/indexer/src/test/resources/application-test.yaml index 3707f59b..3a1bd26f 100644 --- a/indexer/src/test/resources/application-test.yaml +++ b/indexer/src/test/resources/application-test.yaml @@ -6,6 +6,7 @@ app: # This value will affect the size of grid to divide a spatial extents which is used to calculate the # centroid point in the summaries, test case needs to change if you change this value gridLandSize: 10.0 + coastalPrecision: 0.03 indexing: pool: core: 2