Files
gentoo/sci-ml/seqeval/files/seqeval-1.2.2-gentoo.patch
Alfredo Tupone f3d028b7f4 sci-ml/*: mv sci-libs/seqeval to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-03-15 17:09:15 +01:00

11 lines
450 B
Diff

--- a/tests/test_metrics.py 2023-05-04 09:00:31.656558311 +0200
+++ b/tests/test_metrics.py 2023-05-04 09:02:09.151781216 +0200
@@ -158,6 +158,7 @@
self.assertLess(abs(r_pred - r_pred_inv), 1e-4)
self.assertLess(abs(f1_pred - f1_pred_inv), 1e-4)
+ @pytest.mark.skip(reason="take too much time to finish")
def test_statistical_tests(self):
filepath = 'eval_data.txt'
for prefix in ['BIO', 'EIO']: