Skip to content

Commit 294d7dc

Browse files
committed
Do split cjseq
1 parent 184151f commit 294d7dc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/core/src/bag3d/core/assets/reconstruction/reconstruction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def create_roofer_config(
141141
cellsize = 0.5
142142
lod = 22
143143
144-
split-cjseq = false
144+
split-cjseq = true
145145
output-directory = "{output_path}"
146146
147147
[[pointclouds]]

packages/core/tests/test_integration.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ def test_integration_reconstruction_and_export(
4242
exe_geoflow=os.getenv("EXE_PATH_ROOFER_RECONSTRUCT"),
4343
flowchart=os.getenv("FLOWCHART_PATH_RECONSTRUCT"),
4444
),
45-
"roofer": RooferResource(exe_roofer_crop=os.getenv("EXE_PATH_ROOFER_CROP")),
45+
"roofer": RooferResource(
46+
exe_roofer=os.getenv("EXE_PATH_ROOFER_ROOFER"),
47+
exe_crop=os.getenv("EXE_PATH_ROOFER_CROP"),
48+
),
4649
"gdal": GDALResource(
4750
exe_ogr2ogr=os.getenv("EXE_PATH_OGR2OGR"),
4851
exe_ogrinfo=os.getenv("EXE_PATH_OGRINFO"),

0 commit comments

Comments
 (0)