From 153a1a39d86fb8b3c3abb4c79adeb9265fe070d6 Mon Sep 17 00:00:00 2001
From: Blanche Miret <bmiret@teklia.com>
Date: Wed, 2 Jun 2021 08:08:20 +0200
Subject: [PATCH] Fix test

---
 tests/test_compute_matches.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/test_compute_matches.py b/tests/test_compute_matches.py
index 430078d..d2f0a0b 100644
--- a/tests/test_compute_matches.py
+++ b/tests/test_compute_matches.py
@@ -257,6 +257,7 @@ expected_matches_bk_boundary_2 = {"All": 1, "PER": 1}
                 fake_annot_backtrack_boundary,
                 fake_annot_tags_bk_boundary,
                 fake_predict_tags_bk_boundary,
+                THRESHOLD,
             ),
             expected_matches_bk_boundary,
         ),
@@ -266,6 +267,7 @@ expected_matches_bk_boundary_2 = {"All": 1, "PER": 1}
                 fake_annot_backtrack_boundary_2,
                 fake_annot_tags_bk_boundary_2,
                 fake_predict_tags_bk_boundary_2,
+                THRESHOLD,
             ),
             expected_matches_bk_boundary_2,
         ),
-- 
GitLab