me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-01-24 17:53:39 +01:00
parent 362ab8bf18
commit 2266754382
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -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"