Skip to content

Commit

Permalink
sort the bundles list from csv alphabetically in group csv comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Oct 5, 2020
1 parent d778f8a commit d43b95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AFQ/viz/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ def __init__(self, out_folder, csv_fnames, names, is_mats=False,
self.prof_len = 100 - (percent_nan_tol // 2) * 2
if bundles is None:
self.bundles = self.profile_dict[names[0]]['tractID'].unique()
self.bundles..sort()
else:
self.bundles = bundles

Expand Down

0 comments on commit d43b95f

Please sign in to comment.