1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Ole Streicher <olebole@debian.org>
Date: Thu, 21 Aug 2025 17:42:32 +0200
Subject: Parallel broadcasting seems to have an empty caplog
---
reproject/interpolation/tests/test_core.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/reproject/interpolation/tests/test_core.py b/reproject/interpolation/tests/test_core.py
index 2b7ce02..3879cb7 100644
--- a/reproject/interpolation/tests/test_core.py
+++ b/reproject/interpolation/tests/test_core.py
@@ -997,6 +997,7 @@ def test_bigendian_dask(itemsize, dask_method):
assert_allclose(array_out_be, array_out_le)
+@pytest.mark.skip
def test_reproject_parallel_broadcasting(caplog, dask_method):
# Unit test for reprojecting using parallelization along broadcasted
|