diff --git a/harmonica/tests/test_prism.py b/harmonica/tests/test_prism.py index a8d946620..676562c63 100644 --- a/harmonica/tests/test_prism.py +++ b/harmonica/tests/test_prism.py @@ -284,7 +284,7 @@ def test_prism_against_infinite_slab(): npt.assert_allclose(analytical, results[-1]) -@run_only_with_numba +@pytest.mark.use_numba def test_prisms_parallel_vs_serial(): """ Check if the parallelized run returns the same results as the serial one @@ -297,7 +297,7 @@ def test_prisms_parallel_vs_serial(): ] densities = [2000, 3000, 4000, 5000] coordinates = vd.grid_coordinates( - region=(-100, 100, -100, 100), spacing=20, extra_coords=10 + region=(-100, 100, -100, 100), shape=(3, 3), extra_coords=10 ) for field in ("potential", "g_z"): result_parallel = prism_gravity(