From f547b882e303a9d4bf25514819f3f3fa12b5b07a Mon Sep 17 00:00:00 2001 From: Akhilesh Halageri Date: Wed, 26 Jul 2023 15:32:17 +0000 Subject: [PATCH] virtual bit --- pychunkedgraph/meshing/manifest/multiscale.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pychunkedgraph/meshing/manifest/multiscale.py b/pychunkedgraph/meshing/manifest/multiscale.py index 147607792..e8d9e3a97 100644 --- a/pychunkedgraph/meshing/manifest/multiscale.py +++ b/pychunkedgraph/meshing/manifest/multiscale.py @@ -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: