mirror of https://github.com/apache/lucene.git
LUCENE-8247: Increase the circle precision for test Geo3dShapeWGS84ModelRectRelationTest
This commit is contained in:
parent
a70b257c80
commit
d45211d534
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue