Skip to content

Commit

Permalink
remove extra blank line.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightXiaoHan committed Oct 11, 2022
1 parent 5676e11 commit d46292b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sacrebleu/dataset/tsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class WMTBiomedicalTSVDataset(TSVDataset):
def fieldnames(self, langpair):
return ["src", "docid_src", "ref", "docid_ref"]


def doc_align(self, langpair, sentences, align_field):
"""
If the dataset is "doc aligned" instead of "sentence aligned",
Expand Down

0 comments on commit d46292b

Please sign in to comment.