mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytorch-geometric: Disable one test.
* gnu/packages/machine-learning.scm (python-pytorch-geometric)[arguments]: Disable one more test. Change-Id: Id69243e70c39b9307745b08156ed956f23d8daa4
This commit is contained in:
parent
5cceedd75c
commit
a8f747c012
1 changed files with 2 additions and 0 deletions
|
@ -5088,6 +5088,8 @@ Note: currently this package does not provide GPU support.")
|
|||
"-k" (string-append
|
||||
;; Permissions error
|
||||
"not test_packaging"
|
||||
;; Unknown multiprocessing failure
|
||||
" and not test_data_share_memory"
|
||||
;; This can fail due to accuracy problems
|
||||
" and not test_gdc"
|
||||
;; These refuse to be run on CPU and really want a GPU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue