mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: python-lenstronomy: Skip one test.
* gnu/packages/astronomy.scm (python-lenstronomy)[arguments] <test-flags>: Skip one more test. Change-Id: I8c17b7750edde002bd4340eb2475ab3d8c795370
This commit is contained in:
committed by
Andreas Enge
parent
9a26c21a54
commit
189b7542de
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user