ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Fixing weird `Shapely` related test failures #132

Closed jacobcook1995 closed 2 months ago

jacobcook1995 commented 2 months ago

This PR updates Shapely to a post 2.0.0 version. For this version a Shapely doesn't seem to log its own errors (it just raises one).

I'm not sure why the weird test failure was happening, but this change fixes it.