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_coordinate_operation_grids__alternative_grid_name - handle when PROJ 9.1 and local grid exists #1130

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

snowman2
Copy link
Member

@snowman2 snowman2 commented Sep 6, 2022

Related: #1080 #1090

https://github.com/pyproj4/pyproj/runs/8198324186

    @pytest.mark.grid
    def test_coordinate_operation_grids__alternative_grid_name():
...
        if PROJ_GTE_91 and pyproj.network.is_network_enabled():
            assert grid.available is True
>           assert grid.full_name == ""
E           AssertionError: assert '/home/runner..._ntv1_can.tif' == ''
E             + /home/runner/.local/share/proj/ca_nrc_nt

@codecov
Copy link

codecov bot commented Sep 6, 2022

Codecov Report

Merging #1130 (7155776) into main (f0ce3ff) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1130   +/-   ##
=======================================
  Coverage   96.16%   96.16%           
=======================================
  Files          20       20           
  Lines        1798     1798           
=======================================
  Hits         1729     1729           
  Misses         69       69           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant