From 4c744315f0ef3a7cbd4daf03dcf8a8f6d6aeb468 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Mon, 31 Aug 2026 16:18:13 +0200 Subject: electrophysiology: python-meegkit: Update to 0.2.0. * guix-science/packages/electrophysiology.scm (python-meegkit) [source]: Update to 0.2.0. [arguments]<#:test-flags>: Enable more tests. --- guix-science/packages/electrophysiology.scm | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/guix-science/packages/electrophysiology.scm b/guix-science/packages/electrophysiology.scm index 9f5b7b4..e95f440 100644 --- a/guix-science/packages/electrophysiology.scm +++ b/guix-science/packages/electrophysiology.scm @@ -1328,7 +1328,7 @@ method for estimating Wigner spectra for certain locally stationary processes.") (define-public python-meegkit (package (name "python-meegkit") - (version "0.1.9") + (version "0.2.0") (source (origin (method git-fetch) @@ -1337,21 +1337,14 @@ method for estimating Wigner spectra for certain locally stationary processes.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0r3sml6sndsfvkcbr3bqg4fdnxhw5bxmgb88d25qsz3g7xwmd1cr")))) + (base32 "02zdm8ky43cfdccv4yvfyw48ijsaixcbvcjxygsg7w3h05z1l0ll")))) (build-system pyproject-build-system) (arguments (list #:test-flags #~(list ;; Yields "AssertionError: Regex pattern did not match". - "--deselect=tests/test_asr.py::test_asr_class[True-riemann]" - ;; Yields "_flapack.error: (liwork>=max(1,10*n)||liwork==-1) - ;; failed for 10th keyword liwork: dsyevr:liwork=1". - "--deselect=tests/test_cca.py::test_cca_scaling" - "--deselect=tests/test_detrend.py::test_detrend" - "--deselect=tests/test_dss.py::test_dss_line" - "--deselect=tests/test_dss.py::test_dss_line_iter" - "--deselect=tests/test_tspca.py::test_tsr"))) + "--deselect=tests/test_asr.py::test_asr_class[True-riemann]"))) (propagated-inputs (list python-joblib python-matplotlib python-numpy -- cgit v1.2.3