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 eae2370 commit 400a12cCopy full SHA for 400a12c
neo/io/proxyobjects.py
@@ -36,7 +36,7 @@ def __init__(self, array_annotations=None, **annotations):
36
if array_annotations is None:
37
array_annotations = {}
38
for k, v in array_annotations.items():
39
- array_annotations[k] = np.asarray(k)
+ array_annotations[k] = np.asarray(v)
40
41
# clean array annotations that are not 1D
42
# TODO remove this once multi-dimensional array_annotations are possible
0 commit comments