Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Mar 25, 2024
1 parent 32143c2 commit e65bb34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion daskms/experimental/katdal/tests/test_chunkstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e65bb34

Please sign in to comment.