From e54bbf58ea0e11fcbbf2aecc3364694dfe4217fc Mon Sep 17 00:00:00 2001 From: Akhilesh Halageri Date: Wed, 28 Feb 2024 15:38:34 +0000 Subject: [PATCH] fix(manifest): chunk shape in nm --- pychunkedgraph/meshing/manifest/multiscale.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pychunkedgraph/meshing/manifest/multiscale.py b/pychunkedgraph/meshing/manifest/multiscale.py index dfa4eeaf9..f4dcb9cb6 100644 --- a/pychunkedgraph/meshing/manifest/multiscale.py +++ b/pychunkedgraph/meshing/manifest/multiscale.py @@ -191,8 +191,11 @@ def get_manifest(cg: ChunkedGraph, node_id: NODE_ID) -> Dict: octree, node_ids, fragments = build_octree(cg, node_id, node_children, fragments_d) max_layer = min(cg.get_chunk_layer(node_id) + 1, cg.meta.layer_count) + chunk_shape = np.array(cg.meta.graph_config.CHUNK_SIZE, dtype=np.dtype("