From a809771b6d7381d233656f7a0b02211559189bfe Mon Sep 17 00:00:00 2001 From: Hind-M Date: Fri, 6 May 2022 09:52:26 +0200 Subject: Delete bunny array before removing the file --- src/python/test/test_remote_datasets.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/python/test/test_remote_datasets.py b/src/python/test/test_remote_datasets.py index 6f569fd2..cde9fa22 100644 --- a/src/python/test/test_remote_datasets.py +++ b/src/python/test/test_remote_datasets.py @@ -38,6 +38,7 @@ def _get_bunny_license_print(accept_license = False): bunny_arr = remote.fetch_bunny("./tmp_for_test/bunny.npy", accept_license) assert bunny_arr.shape == (35947, 3) + del bunny_arr remove("./tmp_for_test/bunny.npy") # Reset redirect -- cgit v1.2.3