[postgis-tickets] [PostGIS] #5038: test_spheroid_distance in 3.2.0 fails on OpenBSD

PostGIS trac at osgeo.org
Thu Jan 6 17:29:34 PST 2022


#5038: test_spheroid_distance in 3.2.0 fails on OpenBSD
----------------------+---------------------------
  Reporter:  landry   |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.2.0
 Component:  postgis  |    Version:  master
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by pramsey):

 Assuming non-ancient proj, this test is using the proj geodetic code,
 which is using a 10 nanometer tolerance, which is probably really super
 dumb. Like, a micrometer tolerance is just fine...?

 If you edit the test to change the epsilon at the top, can you make it
 pass?
 {{{
 const double epsilon = 1e-6;
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5038#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list