We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56e212 commit 8edbb4cCopy full SHA for 8edbb4c
structure_threader/plotter/structplot.py
@@ -590,7 +590,7 @@ def _parse_indfile(self, indfile):
590
# third column, if it is available
591
if indarray.shape[1] == 3:
592
self._sort_qvals_pop(indarray=indarray)
593
- indarray = indarray[indarray[:, 2].argsort()]
+ indarray = indarray[indarray[:, 2].astype(int).argsort()]
594
# Sort the population list according to the new order
595
npops = list(OrderedDict.fromkeys(indarray[:, 1]))
596
0 commit comments