guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-pytorch-geometric: Disable one test.


From: guix-commits
Subject: branch master updated: gnu: python-pytorch-geometric: Disable one test.
Date: Wed, 24 Jan 2024 16:38:54 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2266754382 gnu: python-pytorch-geometric: Disable one test.
2266754382 is described below

commit 2266754382bce43789976aec65181cb5085c8bc4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 24 17:53:39 2024 +0100

    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
---
 gnu/packages/machine-learning.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 8a010080d4..b870c65d0b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]