gnu: python-lenstronomy: Skip two more tests.

* gnu/packages/astronomy.scm (python-lenstronomy): Skip two more tests.

Change-Id: I006b4893096d1fa1b57c2a391acc580c0a376650
This commit is contained in:
Sharlatan Hellseher 2025-08-20 21:14:15 +01:00 committed by Andrew Tropin
parent 454ac3f862
commit a1881ac1ef
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -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