diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/machine-learning.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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" |