Skip to content
Snippets Groups Projects
Commit b307547d authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch 'scores' into 'master'

[score][load] Always sort scores when sort=True

See merge request !265
parents 3c963bff 6b66726e
No related branches found
No related tags found
1 merge request!265[score][load] Always sort scores when sort=True
Pipeline #54012 failed
......@@ -387,8 +387,8 @@ def split(filename, ncolumns=None, sort=False):
the ``real_id`` are identical (see :py:func:`four_column`)
"""
if iscsv(filename):
return split_csv_scores(filename)
neg, pos = split_csv_scores(filename)
else:
ncolumns = _estimate_score_file_format(filename, ncolumns)
if ncolumns == 4:
neg, pos = split_four_column(filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment