Skip to content

back to SWE-Agent summary

SWE-Agent: geopandas

Failed to run pytests for test tests

ImportError while loading conftest '/testbed/geopandas/conftest.py'.
geopandas/__init__.py:1: in <module>
    from geopandas._config import options
geopandas/_config.py:59: in <module>
    display_precision = Option(key='display_precision', default_value=None, doc='The precision (maximum number of decimals) of the coordinates in the WKT representation in the Series/DataFrame display. By default (None), it tries to infer and use 3 decimals for projected coordinates and 5 decimals for geographic coordinates.', validator=_validate_display_precision, callback=None)
E   NameError: name '_validate_display_precision' is not defined

Patch diff