guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 172974ea17a89645f87bba23e51e5b043db141da
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 13:41:23 2026 +0000

    gnu: python-lenstronomy: Update to 1.13.5.
    
    * gnu/packages/astronomy.scm (python-lenstronomy): Update to 1.13.5.
    [arguments] <test-flags>: Rework skipped tests, run more.
    [propagated-inputs]: Remove python-astropy-6; add python-astropy.
    
    Change-Id: I317fabab4e377947841853f44d24b0948cec5fac
---
 gnu/packages/astronomy.scm | 26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d429493c0f..8bd2b5c36d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6125,7 +6125,7 @@ astronomical tables
 (define-public python-lenstronomy
   (package
     (name "python-lenstronomy")
-    (version "1.13.3")
+    (version "1.13.5")
     (source
      (origin
        (method git-fetch)
@@ -6134,29 +6134,21 @@ astronomical tables
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "046695i2qapjz1r8z87kqsp2x0klsd157zhsncplrkpb3kapk7zj"))))
+        (base32 "17kb3la02rdbkx8n1vdgr9b7yizahcx2hli56flsv4pnvnp6q6kx"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 1483 passed, 2189 warnings
+      ;; tests: 1510 passed, 45211 warnings
       #:test-flags
       #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
               ;; TypeError: SparseSolverBase.__init__() got an unexpected
               ;; keyword argument 'num_iter_lens'
               "--ignore=test/test_ImSim/test_image_model_pixelbased.py"
-              "-k" (string-join
-                    ;; _flapack.error: (liwork>=max(1,10*n)||liwork==-1)
-                    ;; failed for 10th keyword liwork: dsyevr:liwork=1
-                    (list "not test_sampler"
-                          ;; TypeError: SLIT_Starlets.function_2d() got an
-                          ;; unexpected keyword argument 'n_pix_x'
-                          "test_pixelbased_modelling"
-                          ;; This might be NumPy issue:
-                          ;; Arrays are not almost equal to 3 decimals
-                          ;;  ACTUAL: -8669.992995432973
-                          ;;  DESIRED: -9108.078115857057
-                          "test_multiplane")
-                    " and not "))
+              ;; TypeError: SLIT_Starlets.function_2d() got an unexpected
+              ;; keyword argument 'n_pix_x'
+              (string-append "--deselect=test/test_Sampling/test_likelihood.py"
+                             "::TestLikelihoodModule"
+                             "::test_pixelbased_modelling"))
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'check 'pre-check
@@ -6185,7 +6177,7 @@ astronomical tables
            python-slitronomy
            python-zeus-mcmc))
     (propagated-inputs
-     (list python-astropy-6
+     (list python-astropy
            python-configparser
            python-corner
            python-h5py

Reply via email to