guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a1881ac1efe7dad06c1e68d34be25895440093fe
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 20 21:14:15 2025 +0100
gnu: python-lenstronomy: Skip two more tests.
* gnu/packages/astronomy.scm (python-lenstronomy): Skip two more tests.
Change-Id: I006b4893096d1fa1b57c2a391acc580c0a376650
---
gnu/packages/astronomy.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8cf30292a0..24813903f9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4936,6 +4936,7 @@ astronomical tables
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 1338 passed, 350 warnings
#:test-flags
#~(list "--numprocesses" (number->string (parallel-job-count))
;; TypeError: SparseSolverBase.__init__() got an
@@ -4964,9 +4965,14 @@ astronomical tables
;; TypeError: SLIT_Starlets.function_2d() got an
;; unexpected keyword argument 'n_pix_x'
"test_pixelbased_modelling"
- ;; AssertionError: Arrays are not almost equal to 1
- ;; decimals ACTUAL: 0.8382375738251702
- "test_run_fit")
+ ;; XXX: These are precision errors in tests which
+ ;; need to be checked properly: AssertionError:
+ ;; Arrays are not almost equal ...
+ "test_run_fit"
+ "test_multiplane"
+ ;; ModuleNotFoundError: No module named
+ ;; 'astropy.cosmology._utils'
+ "test_short_and_laconic")
" and not "))))
(native-inputs
(list python-colossus