From e65bb3488dbd952846db5c8f79734fa57da3061c Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Mon, 25 Mar 2024 12:20:32 +0200 Subject: [PATCH] Small updates --- daskms/experimental/katdal/tests/test_chunkstore.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daskms/experimental/katdal/tests/test_chunkstore.py b/daskms/experimental/katdal/tests/test_chunkstore.py index 2db346ec..877eef9d 100644 --- a/daskms/experimental/katdal/tests/test_chunkstore.py +++ b/daskms/experimental/katdal/tests/test_chunkstore.py @@ -265,7 +265,8 @@ def test_chunkstore(tmp_path_factory, dataset, include_auto_corrs, row_dim, out_ print(xds) - # + # Reintroduce the shutil.rmtree and remote the tmp_path_factory + # to test in the local directory # shutil.rmtree(out_store, ignore_errors=True) out_store = tmp_path_factory.mktemp("output") / out_store