summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-02-07 16:52:55 +0100
committerHind-M <hind.montassif@gmail.com>2022-02-07 16:52:55 +0100
commite964ec32247ce02fb12939cfcddaeabc04639869 (patch)
tree1c7092c64390c2e6b6e4856e88fcd8cfab5d2305 /src
parente9b020adf11d48ce7a88932a5fe12cef011e72c9 (diff)
Del used variables before removing folders
Diffstat (limited to 'src')
-rw-r--r--src/python/test/test_remote_datasets.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/test/test_remote_datasets.py b/src/python/test/test_remote_datasets.py
index 2e595423..cb53cb85 100644
--- a/src/python/test/test_remote_datasets.py
+++ b/src/python/test/test_remote_datasets.py
@@ -102,6 +102,8 @@ def test_fetch_remote_datasets_wrapped():
assert isdir(expanduser("~/another_fetch_folder"))
# Remove test folders
+ del spiral_2d_arr
+ del bunny_arr
shutil.rmtree(expanduser("~/remote_datasets"))
shutil.rmtree(expanduser("~/another_fetch_folder"))