summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-21 17:54:36 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 11:40:48 +0000
commitbbdbf51c9b5dfb2bce298118f2ac216a9a4cb2cf (patch)
tree30431afb46a8a260501b0e94bbb48209b4b708ba
parent532e6a311c51fa033071853c03f83c4b62cd0a8d (diff)
gnu: python-lenstronomy: Skip one more test.
* gnu/packages/astronomy.scm (python-lenstronomy)[arguments] <test-flags>: Skip one more shaky test. Change-Id: I16749000c6a6fe6463a33018e277e701aec6faa8
-rw-r--r--gnu/packages/astronomy.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 65f01f89033..d9ade1ea96a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5993,7 +5993,12 @@ astronomical tables
(list "not test_sampler"
;; TypeError: SLIT_Starlets.function_2d() got an
;; unexpected keyword argument 'n_pix_x'
- "test_pixelbased_modelling")
+ "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 "))
#:phases
#~(modify-phases %standard-phases