stuckyb / gcdl

6 stars 2 forks source link

fix CI workflow bugs #85

Closed stuckyb closed 1 year ago

stuckyb commented 1 year ago

The CI automated testing workflow has been in a failing state for some time. There appear to be multiple bugs causing failure.

stuckyb commented 1 year ago

Fixed one of these bugs with bd3c35b0f6a0ef1ee. It was caused by a test failure due to differences in polygon ring winding order between shapefile and GeoJSON formats and differences in support among versions of pyshp.

stuckyb commented 1 year ago

Fixed the other bug with 46d75145876b306. This one was caused by not using proper temporary directories in unit tests. All automated tests in the CI workflow are now passing.