conda-forge / pyproj-feedstock

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

rebuild #131

Closed gillins closed 1 year ago

gillins commented 1 year ago

Checklist

pyproj won't install in the same environment as gdal 3.6.2. See https://github.com/conda-forge/qgis-feedstock/pull/292. Attempting to re-render to see if it helps.

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

gillins commented 1 year ago

@conda-forge-admin, please rerender

github-actions[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/pyproj-feedstock/actions/runs/3890759551.

gillins commented 1 year ago

Weird - re-render didn't help but tests failed...

xylar commented 1 year ago

@snowman2, any insight into these failing tests:

=========================== short test summary info ============================
FAILED test/test_sync.py::test_get_transform_grid_list__bbox__antimeridian - AssertionError: assert ['au_ga', 'nc...a', 'us_noaa'] == ['au_ga', 'nc...a', 'us_noaa']
  At index 2 diff: 'nz_linz' != 'no_kv'
  Right contains one more item: 'us_noaa'
  Full diff:
  - ['au_ga', 'nc_dittt', 'no_kv', 'nz_linz', 'us_nga', 'us_noaa']
  ?                       ---------
  + ['au_ga', 'nc_dittt', 'nz_linz', 'us_nga', 'us_noaa']
FAILED test/test_sync.py::test_get_transform_grid_list__bbox__out_of_bounds - AssertionError: assert ['au_ga', 'nc...a', 'us_noaa'] == ['au_ga', 'nc...a', 'us_noaa']
  At index 2 diff: 'nz_linz' != 'no_kv'
  Right contains one more item: 'us_noaa'
  Full diff:
  - ['au_ga', 'nc_dittt', 'no_kv', 'nz_linz', 'us_nga', 'us_noaa']
  ?                       ---------
  + ['au_ga', 'nc_dittt', 'nz_linz', 'us_nga', 'us_noaa']
===== 2 failed, 837 passed, 1 skipped, 1 deselected, 48 warnings in 29.34s =====

@gillins, I don't think a rebuild will help the problem you're trying to solve. You need #129, which we decided not to do because of #126.

snowman2 commented 1 year ago

any insight into these failing tests

https://github.com/pyproj4/pyproj/pull/1210