summaryrefslogtreecommitdiff
path: root/gnu/packages/machine-learning.scm
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-03-03 11:38:09 +0100
committerGuix Patches Tester <>2020-03-05 20:00:32 +0000
commit6b4f5e558b365793c4495cec783acbe0a1a5380d (patch)
tree7971f2ffe5f7fcefa7a60dabf85e2878442f9778 /gnu/packages/machine-learning.scm
parent5d0f33c2ab9aa0cdc51a35525e895a603eac78ea (diff)
downloadpatches-6b4f5e558b365793c4495cec783acbe0a1a5380d.tar
patches-6b4f5e558b365793c4495cec783acbe0a1a5380d.tar.gz
gnu: python-keras: Fix tests.series-3070
* gnu/packages/machine-learning.scm (python-keras)[origin]: Add patch to remove unstable selu test. * gnu/local.mk: Include patch. * gnu/packages/patches/python-keras-selu-test.patch: New file.
Diffstat (limited to 'gnu/packages/machine-learning.scm')
-rw-r--r--gnu/packages/machine-learning.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 8262a418cc..7fbdef0163 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1863,7 +1863,9 @@ with image data, text data, and sequence data.")
(origin
(method url-fetch)
(uri (pypi-uri "Keras" version))
- (patches (search-patches "python-keras-integration-test.patch"))
+ (patches
+ (search-patches "python-keras-selu-test.patch" ; Numerically unstable?
+ "python-keras-integration-test.patch"))
(sha256
(base32
"1j8bsqzh49vjdxy6l1k4iwax5vpjzniynyd041xjavdzvfii1dlh"))))