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 6a8687a commit cfd6841Copy full SHA for cfd6841
pychunkedgraph/graph/edits.py
@@ -407,9 +407,7 @@ def _update_neighbor_cross_edges_single(
407
layers_d = dict(zip(layer_edges[:, 1], [layer] * len(layer_edges[:, 1])))
408
counterpart_layers.update(layers_d)
409
410
- cp_cx_edges_d = cg.get_cross_chunk_edges(
411
- counterparts, time_stamp=parent_ts, raw_only=True
412
- )
+ cp_cx_edges_d = cg.get_cross_chunk_edges(counterparts, time_stamp=parent_ts)
413
updated_counterparts = {}
414
for counterpart, edges_d in cp_cx_edges_d.items():
415
val_dict = {}
0 commit comments