diff options
| author | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-28 12:49:04 +0200 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-29 10:17:48 +0200 |
| commit | 321de2bca5667a91ddcb948096221e95dc674d82 (patch) | |
| tree | d83ba5137969ad88cc969dd4d96aca0ebf245d99 | |
| parent | e3bdf05cfd6f6ddee41095c4eecbf8a4f17c800b (diff) | |
geoscience: python-harmonica: Fix build.
* guix-science/packages/geoscience.scm (python-harmonica)
[arguments]<#:test-flags>: Ignore more flaky tests.
| -rw-r--r-- | guix-science/packages/geoscience.scm | 8 |
1 files changed, 7 insertions, 1 deletions
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,12 +440,18 @@ wide range of geoscientific data (points, curve, surface, 2D and 3D grids) in | |||
| 440 | ;; Yields AssertionError due to numerical precision. | 440 | ;; Yields AssertionError due to numerical precision. |
| 441 | (string-join (list | 441 | (string-join (list |
| 442 | "--deselect=harmonica/tests/test_eq_sources_cartesian.py" | 442 | "--deselect=harmonica/tests/test_eq_sources_cartesian.py" |
| 443 | "test_equivalent_sources_cartesian[float32]") "::") | 443 | "test_equivalent_sources_cartesian") "::") |
| 444 | (string-join (list | ||
| 445 | "--deselect=harmonica/tests/test_eq_sources_spherical.py" | ||
| 446 | "test_equivalent_sources_small_data_spherical") "::") | ||
| 444 | (string-join (list | 447 | (string-join (list |
| 445 | "--deselect=harmonica/tests/test_eq_sources_spherical.py" | 448 | "--deselect=harmonica/tests/test_eq_sources_spherical.py" |
| 446 | "test_equivalent_sources_spherical") "::") | 449 | "test_equivalent_sources_spherical") "::") |
| 447 | (string-join (list | 450 | (string-join (list |
| 448 | "--deselect=harmonica/tests/test_gradient_boosted_eqs.py" | 451 | "--deselect=harmonica/tests/test_gradient_boosted_eqs.py" |
| 452 | "test_gradient_boosted_eqs_predictions") "::") | ||
| 453 | (string-join (list | ||
| 454 | "--deselect=harmonica/tests/test_gradient_boosted_eqs.py" | ||
| 449 | "test_gradient_boosted_eqs_single_window") "::") | 455 | "test_gradient_boosted_eqs_single_window") "::") |
| 450 | (string-join (list | 456 | (string-join (list |
| 451 | "--deselect=harmonica/tests/test_tesseroid_variable_density.py" | 457 | "--deselect=harmonica/tests/test_tesseroid_variable_density.py" |
