From 321de2bca5667a91ddcb948096221e95dc674d82 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Fri, 28 Aug 2026 12:49:04 +0200 Subject: geoscience: python-harmonica: Fix build. * guix-science/packages/geoscience.scm (python-harmonica) [arguments]<#:test-flags>: Ignore more flaky tests. --- guix-science/packages/geoscience.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guix-science/packages/geoscience.scm b/guix-science/packages/geoscience.scm index 90616d0..7316c9a 100644 --- a/guix-science/packages/geoscience.scm +++ b/guix-science/packages/geoscience.scm @@ -440,10 +440,16 @@ wide range of geoscientific data (points, curve, surface, 2D and 3D grids) in ;; Yields AssertionError due to numerical precision. (string-join (list "--deselect=harmonica/tests/test_eq_sources_cartesian.py" - "test_equivalent_sources_cartesian[float32]") "::") + "test_equivalent_sources_cartesian") "::") + (string-join (list + "--deselect=harmonica/tests/test_eq_sources_spherical.py" + "test_equivalent_sources_small_data_spherical") "::") (string-join (list "--deselect=harmonica/tests/test_eq_sources_spherical.py" "test_equivalent_sources_spherical") "::") + (string-join (list + "--deselect=harmonica/tests/test_gradient_boosted_eqs.py" + "test_gradient_boosted_eqs_predictions") "::") (string-join (list "--deselect=harmonica/tests/test_gradient_boosted_eqs.py" "test_gradient_boosted_eqs_single_window") "::") -- cgit v1.2.3