summaryrefslogtreecommitdiff
path: root/sci-libs/seqeval/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-15 10:03:16 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-15 10:03:16 +0100
commitd57892fd8c8d84b85e73005a433f66d85da12fa3 (patch)
tree6f735debac848918a243f90ae2fa6a2fb69e77ad /sci-libs/seqeval/files
parent4a7e8a04f36caa88d1996b1dcdedb196bb4beb2f (diff)
gentoo auto-resync : 15:05:2023 - 10:03:16
Diffstat (limited to 'sci-libs/seqeval/files')
-rw-r--r--sci-libs/seqeval/files/seqeval-1.2.2-gentoo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-libs/seqeval/files/seqeval-1.2.2-gentoo.patch b/sci-libs/seqeval/files/seqeval-1.2.2-gentoo.patch
new file mode 100644
index 000000000000..17af496e249a
--- /dev/null
+++ b/sci-libs/seqeval/files/seqeval-1.2.2-gentoo.patch
@@ -0,0 +1,10 @@
+--- 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']: