You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a continuous integration test defined in .github/workflows but it has never worked because the container needs to have GDAL installed. This needs to have some more cycles spent on it, to figure out how to adjust the workflow to install gdal before trying to run the tests.
Tests do pass when run locally.
The text was updated successfully, but these errors were encountered:
I am not sure if this repo is still active, but I took a stab at adding gdal to the github workflow and submitted a pull request.
Note: The tests currently fail when running the workflow (not sure if I should open a new issue?). The first error that I get is for test_extract_country_data.test_kg shown below:
E AttributeError: 'NoneType' object has no attribute 'GetRasterBand'
The tests also fail when I run them locally. The error seems to come from trying to open one of the .tif files in the repo. I was also unable to open the file in QGIS.
There is a continuous integration test defined in .github/workflows but it has never worked because the container needs to have GDAL installed. This needs to have some more cycles spent on it, to figure out how to adjust the workflow to install gdal before trying to run the tests.
Tests do pass when run locally.
The text was updated successfully, but these errors were encountered: