This commit is contained in:
2025-01-26 19:24:23 -08:00
parent 32cd60e92b
commit d1dde0dbc6
4155 changed files with 29170 additions and 216373 deletions

View File

@@ -178,7 +178,7 @@ def test_shared_paths_non_linestring():
def _prepare_input(geometry, prepare):
"""Prepare without modifying inplace"""
"""Prepare without modifying in-place"""
if prepare:
geometry = shapely.transform(geometry, lambda x: x) # makes a copy
shapely.prepare(geometry)