guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 353c7d71c6efe6fa9446d96a6caa1241beb4b5b0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 13:17:03 2026 +0000

    gnu: python-lenstronomy: Skip one test.
    
    * gnu/packages/astronomy.scm (python-lenstronomy)[arguments]
    <test-flags>: Skip one more test.
    
    Change-Id: I8c17b7750edde002bd4340eb2475ab3d8c795370
---
 gnu/packages/astronomy.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 62410e4738..c61022523b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6351,7 +6351,7 @@ astronomical tables
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 1510 passed, 45211 warnings
+      ;; tests: 1509 passed, 55331 warnings
       #:test-flags
       #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
               ;; TypeError: SparseSolverBase.__init__() got an unexpected
@@ -6361,7 +6361,14 @@ astronomical tables
               ;; keyword argument 'n_pix_x'
               (string-append "--deselect=test/test_Sampling/test_likelihood.py"
                              "::TestLikelihoodModule"
-                             "::test_pixelbased_modelling"))
+                             "::test_pixelbased_modelling")
+              ;; XXX: Arrays are not almost equal to 2 decimals ACTUAL:
+              ;; np.float64(-0.45561142171932245) DESIRED:
+              ;; -0.43443425572190225
+              (string-append "--deselect=test/test_Sampling/test_Likelihoods/"
+                             "test_position_likelihood.py"
+                             "::TestPositionLikelihood"
+                             "::test_multiplane_position_likelihood"))
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'check 'pre-check

Reply via email to