mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
This commit is contained in:
parent
362ab8bf18
commit
2266754382
1 changed files with 2 additions and 0 deletions
|
@ -4213,6 +4213,8 @@ (define-public python-pytorch-geometric
|
||||||
"-k" (string-append
|
"-k" (string-append
|
||||||
;; Permissions error
|
;; Permissions error
|
||||||
"not test_packaging"
|
"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
|
;; These refuse to be run on CPU and really want a GPU
|
||||||
" and not test_add_random_walk_pe"
|
" and not test_add_random_walk_pe"
|
||||||
" and not test_asap"
|
" and not test_asap"
|
||||||
|
|
Loading…
Reference in a new issue