Skip to content

Commit

Permalink
Fix typo in pattern.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Aug 31, 2015
1 parent c4ee6ff commit 3816e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokernel/pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def __setitem__(self, key, value):
s = [i for i in itertools.chain(*selector.expanded)]
else:
s = self.sel.pad_selector(selector.expanded,
len(self.index.levshape))
len(self.index.shape))
for k, v in data.iteritems():
self.data[k].ix[s] = v

Expand Down

0 comments on commit 3816e7b

Please sign in to comment.