Skip to content

Commit

Permalink
Rename dataset in sandbox to name in public tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslogg committed Nov 17, 2024
1 parent 9853baa commit 3b02bf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sandbox/new_volume_mesh_builder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
_parameters["domain_padding_height"] = 0.0
_parameters["debug_step"] = 5

data_directory = Path(__file__).parent / ".." / "data" / "HelsingborgResidential2022"
data_directory = Path(__file__).parent / ".." / "data" / "helsingborg-residential-2022"
buildings_path = data_directory / "footprints.shp"
pointcloud_path = data_directory / "PointCloud.las"

Expand Down Expand Up @@ -116,4 +116,3 @@
volume_mesh.save(data_directory / "volume_mesh_test.vtu")

sys.exit(0)

0 comments on commit 3b02bf7

Please sign in to comment.