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 8bdfd22 commit 02a8180Copy full SHA for 02a8180
pychunkedgraph/graph/edits.py
@@ -393,7 +393,7 @@ def _get_flipped_ids(id_map, node_ids):
393
returns old or new ids according to the map
394
"""
395
ids = [
396
- np.array(list(id_map[id_]), dtype=basetypes.NODE_ID, copy=False)
+ np.asarray(list(id_map[id_]), dtype=basetypes.NODE_ID)
397
for id_ in node_ids
398
]
399
ids.append(types.empty_1d) # concatenate needs at least one array
0 commit comments