guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 206eede2d4a4c5dcca2e5801bbd5e55c12329c21
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 13:41:23 2026 +0000
gnu: python-lenstronomy: Update to 1.13.4.
* gnu/packages/astronomy.scm (python-lenstronomy): Update to 1.13.4.
[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 3971500f5b..c6721ba0b3 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.4")
(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 "0inava7shkqnhfmfmfyihx8zhmaphfdcmfmcdbvka4rw556g791n"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 1483 passed, 2189 warnings
+ ;; tests: 1510 passed, 54079 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