summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-05-15 08:46:05 +0200
committerAlfredo Tupone <tupone@gentoo.org>2023-05-15 08:46:05 +0200
commit7980a313dc63875aa63d2553221bae9173715edb (patch)
treee805cd1331f874bf6d83c89d7ffd7c46ae20c4e5 /sci-libs/seqeval/files
parentsci-libs/caffe2: if cuda require tensorpipe[cuda] (diff)
downloadgentoo-7980a313dc63875aa63d2553221bae9173715edb.tar.gz
gentoo-7980a313dc63875aa63d2553221bae9173715edb.tar.bz2
gentoo-7980a313dc63875aa63d2553221bae9173715edb.zip
sci-libs/seqeval: new package, add 1.2.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
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']: