Skip to content

Commit 400a12c

Browse files
Fix typo
1 parent eae2370 commit 400a12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/io/proxyobjects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, array_annotations=None, **annotations):
3636
if array_annotations is None:
3737
array_annotations = {}
3838
for k, v in array_annotations.items():
39-
array_annotations[k] = np.asarray(k)
39+
array_annotations[k] = np.asarray(v)
4040

4141
# clean array annotations that are not 1D
4242
# TODO remove this once multi-dimensional array_annotations are possible

0 commit comments

Comments
 (0)