summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-science/packages/python.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm
index 4a17ebb..a542cd9 100644
--- a/guix-science/packages/python.scm
+++ b/guix-science/packages/python.scm
@@ -413,6 +413,9 @@ arbitrarily to any order.")
413 " and not test_compare_with_sklearn1" 413 " and not test_compare_with_sklearn1"
414 " and not test_against_scipy0" 414 " and not test_against_scipy0"
415 " and not test_against_scipy1" 415 " and not test_against_scipy1"
416 " and not test_wrapper_grad"
417 " and not test_inv_hessian_product_pytree3"
418 " and not test_multiclass_logreg6"
416 ;; Test fixed in an unreleased version (see 419 ;; Test fixed in an unreleased version (see
417 ;; https://github.com/google/jaxopt/commit/015acbdedda8364d479b872066afc97af60c4304). 420 ;; https://github.com/google/jaxopt/commit/015acbdedda8364d479b872066afc97af60c4304).
418 " and not test_solve_sparse")))) 421 " and not test_solve_sparse"))))