conda-forge / pyproj-feedstock

A conda-smithy repository for pyproj.
BSD 3-Clause "New" or "Revised" License
2 stars 15 forks source link

Test failure under ppc64le & PROJ 9.2.1 #139

Closed snowman2 closed 8 months ago

snowman2 commented 1 year ago
FAILED test/test_transform.py::test_transform_single_point_nad83_to_nad27 - AssertionError: 
Arrays are not almost equal to 0 decimals

Mismatched elements: 2 / 2 (100%)
Max absolute difference: 4268817.53503948
Max relative difference: 1.00000083
 x: array([ 6.e+05, -4.e+00])
 y: array([ 569722, 4268814])

Any insight into whether that's also one to skip for now?

Originally posted by @xylar in https://github.com/conda-forge/pyproj-feedstock/issues/136#issuecomment-1575017696

dopplershift commented 8 months ago

Any easy way to tell if this is actually a problem in PROJ itself?