Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pprett/bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
pprett committed Sep 5, 2010
2 parents 69b1e86 + 8f43364 commit f33f31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt/io.py
Expand Up @@ -98,7 +98,7 @@ def __init__(self, dim, instances, labels, qids = None):
"""The array holding the labels. """
self._idx = np.arange(self.n)
"""The indexing array. """
self.classes = np.unique1d(labels)
self.classes = np.unique(labels)
"""The classes. """
self.qids = qids

Expand Down

0 comments on commit f33f31d

Please sign in to comment.