holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 24 forks source link

Fix various warnings #48

Closed brl0 closed 4 years ago

brl0 commented 4 years ago

Fixes #47.
Also fixes a heavily repeated warning from Hypothesis about usage of tmp_path by using a context manager, which required indenting large blocks of code and making changes to tests/test_parquet.py appear more numerous than actual. The number of warnings during testing reduced from 37,752 warnings to 195.

jbednar commented 4 years ago

Thanks!