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: test_transformer__area_of_interest & test_transformer_proj__area_of_interest failing with PROJ latest #1115

Closed
snowman2 opened this issue Aug 7, 2022 · 1 comment · Fixed by #1116
Labels
test Test related issues

Comments

@snowman2
Copy link
Member

snowman2 commented Aug 7, 2022

https://github.com/pyproj4/pyproj/runs/7708583628?check_suite_focus=true

=================================== FAILURES ===================================
______________________ test_transformer__area_of_interest ______________________

    @pytest.mark.grid
    def test_transformer__area_of_interest():
        transformer = Transformer.from_crs(
            4326, 2964, area_of_interest=AreaOfInterest(-136.46, 49.0, -60.72, 83.17)
        )
        if not grids_available("ca_nrc_ntv2_0.tif"):
>           assert (
                transformer.description == "Inverse of NAD27 to WGS 84 (13) + Alaska Albers"
            )
E           AssertionError: assert 'unavailable ...ans is called' == 'Inverse of N...Alaska Albers'
E             - Inverse of NAD27 to WGS 84 (13) + Alaska Albers
E             + unavailable until proj_trans is called

test/test_transformer.py:712: AssertionError
___________________ test_transformer_proj__area_of_interest ____________________

    @pytest.mark.grid
    def test_transformer_proj__area_of_interest():
        transformer = Transformer.from_proj(
            4326, 2964, area_of_interest=AreaOfInterest(-136.46, 49.0, -60.72, 83.17)
        )
        if not grids_available("ca_nrc_ntv2_0.tif"):
>           assert (
                transformer.description == "Inverse of NAD27 to WGS 84 (13) + Alaska Albers"
            )
E           AssertionError: assert 'unavailable ...ans is called' == 'Inverse of N...Alaska Albers'
E             - Inverse of NAD27 to WGS 84 (13) + Alaska Albers
E             + unavailable until proj_trans is called

test/test_transformer.py:727: AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Test related issues
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant