iverase commented on a change in pull request #1253: LUCENE-9150: Restore 
support for dynamic PlanetModel in spatial3d
URL: https://github.com/apache/lucene-solr/pull/1253#discussion_r378914975
 
 

 ##########
 File path: 
lucene/spatial3d/src/test/org/apache/lucene/spatial3d/TestGeo3DPoint.java
 ##########
 @@ -84,6 +85,10 @@
 
 public class TestGeo3DPoint extends LuceneTestCase {
 
+  protected PlanetModel randomPlanetModel() {
+    return RandomPicks.randomFrom(random(), new PlanetModel[] 
{/*PlanetModel.WGS84,*/ PlanetModel.CLARKE_1866});
+  }
 
 Review comment:
   Can we add the three planet models in the random?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to