Update tests/src/python/test_qgspointcloudlayerprofilegenerator.py

This commit is contained in:
Nicolas Godet 2025-07-25 23:51:27 +02:00 committed by Nyall Dawson
parent fd61ea9bf5
commit 739e4aee1b

View File

@ -1219,7 +1219,7 @@ class TestQgsPointCloudLayerProfileGenerator(QgisTestCase):
req = QgsProfileRequest(curve)
req.setCrs(pcl.crs())
req.setTolerance(0.05)
req.setTolerance(0.5)
generator = pcl.createProfileGenerator(req)
context = QgsProfileGenerationContext()