diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-19 17:12:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-20 12:02:19 +0100 |
commit | 443f3e170ab868b4f46ce5921a154121b342af83 (patch) | |
tree | 969495f340081b1aca7b35fb5ebe8b56acc1ded6 | |
parent | 9a3dffc851316c1b746838dc4bb557c7640f9557 (diff) | |
download | guix-443f3e170ab868b4f46ce5921a154121b342af83.tar.gz guix-443f3e170ab868b4f46ce5921a154121b342af83.zip |
gnu: python-pytorch: Warn of missing test inputs.
* gnu/packages/machine-learning.scm (python-pytorch): Add comment.
-rw-r--r-- | gnu/packages/machine-learning.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 25a22b076f..4e18cf0517 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2827,6 +2827,7 @@ TensorFlow.js, PyTorch, and MediaPipe.") ;; XXX: Tests attempt to download data such as ;; <https://raw.githubusercontent.com/pytorch/test-infra/master/stats/slow-tests.json>. + ;; We're also missing some Python modules, such as expecttest. #:tests? #f)) (native-inputs `(("cmake" ,cmake) |