venv
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user