LUCENE-8247: Increase the circle precision for test Geo3dShapeWGS84ModelRectRelationTest

This commit is contained in:
Ignacio Vera 2018-04-10 10:02:14 +02:00
parent a70b257c80
commit d45211d534
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class Geo3dShapeWGS84ModelRectRelationTest extends ShapeRectRelationTestC
factory.planetModel = planetModel; factory.planetModel = planetModel;
this.ctx = factory.newSpatialContext(); this.ctx = factory.newSpatialContext();
this.maxRadius = 178; this.maxRadius = 178;
((Geo3dShapeFactory)ctx.getShapeFactory()).setCircleAccuracy(1e-6); ((Geo3dShapeFactory)ctx.getShapeFactory()).setCircleAccuracy(1e-12);
} }
@Test @Test