Skip to content

Commit ca297d4

Browse files
committed
location -> locations
1 parent b8d8c3a commit ca297d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/biocamrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _parse_header(self):
9191

9292
self._generate_minimal_annotations()
9393
stram_ann = self.raw_annotations['blocks'][0]['segments'][0]['signals'][0]
94-
stram_ann['__array_annotations__']['location'] = np.array(channel_locations)
94+
stram_ann['__array_annotations__']['locations'] = np.array(channel_locations)
9595

9696
def _segment_t_start(self, block_index, seg_index):
9797
all_starts = [[0.]]

0 commit comments

Comments
 (0)