We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88a40b commit f8c971cCopy full SHA for f8c971c
pychunkedgraph/meshing/manifest/multiscale.py
@@ -289,7 +289,7 @@ def build_octree(
289
290
if len(octree_fragments[int(current_chunk)]) == 0:
291
virtual_chunk_hierarchy[current_chunk] = children_chunks[0]
292
- if children_chunks.size == 0:
+ if children_chunks.size == 0 and len(octree_fragments[int(current_chunk)]) == 0:
293
octree[offset + 4] |= 1 << 31
294
295
_validate_octree(octree, octree_chunks)
0 commit comments