Skip to content

Commit

Permalink
Added unit test for the summaryp module
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Nov 17, 2023
1 parent a9da39f commit 222abc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_summaryp.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def test_summaryp_example_1(self):
actual_result = summaryp(ref, hyp)

data = {
'wer': [0.153846, 0.111111, 0.200000],
'werp': [0.115385, 0.111111, 0.150000],
'wer': [0.15384615384615385, 0.1111111111111111, 0.2],
'werp': [0.11538461538461539, 0.1111111111111111, 0.15],
'ld': [2, 1, 2],
'm': [13, 9, 10],
'insertions': [0, 0, 1],
Expand Down

0 comments on commit 222abc6

Please sign in to comment.