Skip to content

Commit

Permalink
AMD RF SourceSpace indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 28, 2025
1 parent ac955cb commit f57058c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eelbrain/_data_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -10227,7 +10227,7 @@ def _array_index(self, arg, allow_vertex=True):
if allow_vertex:
vertex_index = [self._array_index_for_vertex(v) for v in vertices]
if label_index is None:
return label_index
return vertex_index
else:
label_index[vertex_index] = True
return label_index
Expand Down

0 comments on commit f57058c

Please sign in to comment.