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 759fa17 commit f547b88Copy full SHA for f547b88
pychunkedgraph/meshing/manifest/multiscale.py
@@ -139,7 +139,8 @@ def build_octree(
139
try:
140
if children.size == 1:
141
# map to child fragment
142
- octree_fragments[row_counter] = mesh_fragments[children[0]]
+ # octree_fragments[row_counter] = mesh_fragments[children[0]]
143
+ octree[offset + 3] |= 1 << 31
144
else:
145
octree_fragments[row_counter] = mesh_fragments[current_node]
146
except KeyError:
0 commit comments