MCPcopy Create free account
hub / github.com/shapely/shapely / test_transform_check_shape

Function test_transform_check_shape

shapely/tests/test_coordinates.py:326–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324
325
326def test_transform_check_shape():
327 def remove_coord(arr):
328 return arr[:-1]
329
330 with pytest.raises(ValueError):
331 transform(linear_ring, remove_coord)
332
333
334def test_transform_correct_coordinate_dimension():

Callers

nothing calls this directly

Calls 1

transformFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…