Skip to content

Commit

Permalink
test: debug fail first test
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Nov 16, 2023
1 parent eceb842 commit d0f48ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_codebleu.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
def test_simple_cases(predictions: List[Any], references: List[Any], codebleu: float) -> None:
result = calc_codebleu(references, predictions, "python")
logging.debug(result)
print(result)
assert False
assert result["codebleu"] == pytest.approx(codebleu, 0.01)


Expand Down

0 comments on commit d0f48ad

Please sign in to comment.