Closed andrewyates closed 4 years ago
When parsing qrel files, we don't enforce that the QIDs are integers. This means that they need to be strings in a folds.json file as well; storing them as integers was causing a mismatch. This PR ensures they're stored as strings.
folds.json
When parsing qrel files, we don't enforce that the QIDs are integers. This means that they need to be strings in a
folds.json
file as well; storing them as integers was causing a mismatch. This PR ensures they're stored as strings.