Skip to content
Snippets Groups Projects
Commit 9156c5f6 authored by ='s avatar =
Browse files

bug fix

parent 2a730f67
No related merge requests found
......@@ -40,8 +40,8 @@ def save_atlas(
projection_points = file.require_dataset(
"positions",
shape=(3, number_of_maps**3), # Initial shape with third dimension as 0
maxshape=(3, number_of_maps**3),
shape=(3, number_of_maps), # Initial shape with third dimension as 0
maxshape=(3, number_of_maps),
dtype=np.float32,
)
if isinstance(mesh_list, dict):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment