libpysal icon indicating copy to clipboard operation
libpysal copied to clipboard

failing CI -- `test_voronoi.py::TestVoronoi::test_union_fallback`

Open jGaboardi opened this issue 7 months ago • 2 comments

FAILED libpysal/cg/tests/test_voronoi.py::TestVoronoi::test_union_fallback - AttributeError: 'GeoSeries' object has no attribute 'make_valid'

jGaboardi avatar Apr 10 '25 16:04 jGaboardi

That env has geopandas 0.10.0 from 2021. Yeah, that one did not have make_valid but that is also not the one we should be pinning the env to.

martinfleis avatar Apr 10 '25 16:04 martinfleis

As per SPEC0, we should be pinning 0.13 now and 0.14 next month. make_valid is present in 0.12 already.

martinfleis avatar Apr 10 '25 16:04 martinfleis

resolved in #794

jGaboardi avatar Jul 06 '25 00:07 jGaboardi