We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2cea9 commit df1721fCopy full SHA for df1721f
tests/test_geom.py
@@ -230,5 +230,4 @@ def testSubLine(self):
230
def testRandomPoints(self):
231
polygon = geom.buffer(geom.Point(1153461.34, 649950.30), 100)
232
pts = geom.randomPoints(polygon, 10)
233
- print(str(pts))
234
assert pts.getNumGeometries() == 10
0 commit comments