mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hmmlearn: Skip 3 tests.
* gnu/packages/machine-learning.scm (python-hmmlearn) [arguments] <test-flags>: Skip 3 failing tests. Change-Id: Ifc9acf83830a76b55bde3ddf0e61efec73b53aad
This commit is contained in:
parent
c839f8ca27
commit
a3c03929cc
1 changed files with 8 additions and 0 deletions
|
@ -6373,6 +6373,14 @@ models on CPU and GPU.")
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
;; _flapack.error: (liwork>=max(1,10*n)||liwork==-1) failed for 10th
|
||||
;; keyword liwork: dsyevr:liwork=1
|
||||
#~(list "-k" (string-join
|
||||
(list "not test_fit_mcgrory_titterington1d"
|
||||
"test_common_initialization"
|
||||
"test_initialization")
|
||||
" and not "))
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'set-core-count
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue