gnu: python-umap-learn: Disable unreliable test.

* gnu/packages/machine-learning.scm (python-umap-learn)[arguments]: Disable
test_densmap_trustworthiness_on_iris_supervised.
This commit is contained in:
Ricardo Wurmus 2022-08-01 12:44:44 +02:00
parent a69f2cd076
commit 9b1a2dcd5b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2758,7 +2758,10 @@ These include a barrier, broadcast, and allreduce.")
(lambda* (#:key tests? #:allow-other-keys) (lambda* (#:key tests? #:allow-other-keys)
(when tests? (when tests?
(setenv "HOME" "/tmp") (setenv "HOME" "/tmp")
(invoke "pytest" "-vv" "umap"))))))) (invoke "pytest" "-vv" "umap"
;; This test can fail because trust may only be
;; 0.9679405204460967 >= 0.97
"-k" "not test_densmap_trustworthiness_on_iris_supervised")))))))
(native-inputs (list python-pytest)) (native-inputs (list python-pytest))
(propagated-inputs (propagated-inputs
(list python-numba (list python-numba