diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-29 17:40:14 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:51 +0100 |
| commit | 09407e20138e48c808c0338980ac0c4f43ab955d (patch) | |
| tree | 1b54a1a81a9589f49f0f728920017fc773878446 /gnu/packages/python-science.scm | |
| parent | fa85453127975b95048afa5aa9d21a9af22a6677 (diff) | |
gnu: python-fbpca: Fix tests.
* gnu/packages/python-science.scm (python-fbpca)[arguments]
<test-flags>: Skip one test.
Change-Id: I98ea94a1986e465ad41e6d0099ad4a1f45506c8e
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index e2f99a5ebf4..ea5f91f1a1e 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -4394,7 +4394,11 @@ them.") "1lbjqhqsdmqk86lb86q3ywf7561zmdny1dfvgwqkyrkr4ij7f1hm")))) (build-system pyproject-build-system) (arguments - (list #:test-flags #~(list "fbpca.py"))) + (list + #:test-flags + ;; TypeError: 'dia_matrix' object is not subscriptable + #~(list "--deselect=fbpca.py::TestPCA::test_sparse" + "fbpca.py"))) (native-inputs (list python-pytest python-setuptools)) (propagated-inputs (list python-numpy python-scipy)) |
