Skip to content

Commit

Permalink
Rename set_by_ind() -> set_by_inds().
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Feb 10, 2015
1 parent 8c8d621 commit f3063a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokernel/plsel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ def set(self, selector, data):
# is necessary here
self.data[np.asarray(self.sel.select(self.portmap, selector).dropna().values, dtype=np.int)] = data

def set_by_ind(self, inds, data):
def set_by_inds(self, inds, data):
"""
Set mapped data by integer indices.
Expand Down

0 comments on commit f3063a4

Please sign in to comment.