From 18d4d31be7234d3e77348f5fdac179414b4edeaa Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 6 Dec 2023 12:34:07 -0500 Subject: [PATCH] Fix pc2dem.py --- contrib/pc2dem/pc2dem.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/pc2dem/pc2dem.py b/contrib/pc2dem/pc2dem.py index 3e2811c1..dc9743fe 100755 --- a/contrib/pc2dem/pc2dem.py +++ b/contrib/pc2dem/pc2dem.py @@ -51,6 +51,5 @@ commands.create_dem(args.point_cloud, outdir=outdir, resolution=args.resolution, decimation=1, - max_workers=multiprocessing.cpu_count(), - keep_unfilled_copy=False + max_workers=multiprocessing.cpu_count() ) \ No newline at end of file