Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
wq2012 committed Jul 6, 2024
1 parent 5caf504 commit 44829cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DiarizationLM/diarizationlm/metrics_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ def test_compute_metrics_on_json_file_degraded(self):
self.assertAlmostEqual(result["WDER"], 0.0, delta=0.001)
self.assertAlmostEqual(result["cpWER"], 0.2363, delta=0.001)


if __name__ == "__main__":
unittest.main()

0 comments on commit 44829cd

Please sign in to comment.