diff options
| -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" |
