Skip to content

Commit

Permalink
virtual bit
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshh committed Sep 15, 2023
1 parent 5738d54 commit 29a9dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pychunkedgraph/meshing/manifest/multiscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def build_octree(
try:
if children.size == 1:
# map to child fragment
octree_fragments[row_counter] = mesh_fragments[children[0]]
# octree_fragments[row_counter] = mesh_fragments[children[0]]
octree[offset + 3] |= 1 << 31
else:
octree_fragments[row_counter] = mesh_fragments[current_node]
except KeyError:
Expand Down

0 comments on commit 29a9dee

Please sign in to comment.