Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Doctests failing with PROJ latest (9.2) #1207

Closed
snowman2 opened this issue Dec 19, 2022 · 2 comments · Fixed by #1211 or #1213
Closed

TST: Doctests failing with PROJ latest (9.2) #1207

snowman2 opened this issue Dec 19, 2022 · 2 comments · Fixed by #1211 or #1213
Labels
test Test related issues
Milestone

Comments

@snowman2
Copy link
Member

/~https://github.com/pyproj4/pyproj/actions/runs/3732553161/jobs/6332272804

Related: OSGeo/PROJ#3510

@snowman2 snowman2 added the test Test related issues label Dec 19, 2022
@snowman2 snowman2 added this to the 3.5.0 milestone Dec 19, 2022
@snowman2
Copy link
Member Author

File "/home/runner/work/pyproj/pyproj/pyproj/transformer.py", line 1222, in pyproj.transformer.transform
Failed example:
    '%9.3f %11.3f' % (x2,y2)
Expected:
    '569722.342 4268814.028'
Got:
    '569722.394 4268814.270'
File "/home/runner/work/pyproj/pyproj/pyproj/transformer.py", line 1235, in pyproj.transformer.transform
Failed example:
    '%9.3f %9.3f %9.3f %11.3f %11.3f %11.3f' % xy
Expected:
    '567721.149 351747.558 728569.133 4297989.112 4353489.645 4292106.305'
Got:
    '567721.401 351747.526 728569.212 4297989.733 4353489.752 4292106.351'

@snowman2
Copy link
Member Author

Seems to be impacted by grid availability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Test related issues
Projects
None yet
1 participant