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 02a8180 commit c0b4510Copy full SHA for c0b4510
pychunkedgraph/ingest/create/atomic_layer.py
@@ -36,6 +36,8 @@ def add_atomic_chunk(
36
37
chunk_ids = cg.get_chunk_ids_from_node_ids(chunk_node_ids)
38
assert len(np.unique(chunk_ids)) == 1
39
+ for chunk_id in chunk_ids:
40
+ assert not cg.range_read_chunk(cg.get_parent_chunk_id(chunk_id))
41
42
graph, _, _, unique_ids = build_gt_graph(chunk_edge_ids, make_directed=True)
43
ccs = connected_components(graph)
0 commit comments