Skip to content

Commit

Permalink
Minor issue corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Garyfallidis committed Apr 24, 2018
1 parent b314030 commit 97c01b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/segment/bundles.py
Expand Up @@ -93,7 +93,7 @@ def _cluster_streamlines(self, clust_thr, nb_pts, seed):
thresholds = self.start_thr + [clust_thr]

merged_cluster_map = qbx_and_merge(self.streamlines, thresholds,
nb_pts, None, rng=rng, self.verbose)
nb_pts, None, rng, self.verbose)

self.cluster_map = merged_cluster_map
self.centroids = merged_cluster_map.centroids
Expand Down

0 comments on commit 97c01b1

Please sign in to comment.