~ruther/guix-local

2266754382bce43789976aec65181cb5085c8bc4 — Ricardo Wurmus 2 years ago 362ab8b
gnu: python-pytorch-geometric: Disable one test.

* gnu/packages/machine-learning.scm (python-pytorch-geometric)[arguments]:
Disable test_gdc as it occasionally fails.

Change-Id: I9d1dc1b68628801ea1bb5a8bdfa17063990748ea
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -0
@@ 4213,6 4213,8 @@ Note: currently this package does not provide GPU support.")
             "-k" (string-append
                   ;; Permissions error
                   "not test_packaging"
                   ;; This can fail due to accuracy problems
                   " and not test_gdc"
                   ;; These refuse to be run on CPU and really want a GPU
                   " and not test_add_random_walk_pe"
                   " and not test_asap"