summaryrefslogtreecommitdiff
path: root/src/python/test/test_remote_datasets.py
AgeCommit message (Expand)Author
2022-05-24Make get_data_home function privateHind-M
2022-05-06Delete bunny array before removing the fileHind-M
2022-05-05Remove default data home test (because of 'GUDHI_DATA' environment variable o...Hind-M
2022-05-05Add GUDHI_DATA environment variable optionHind-M
2022-05-04Ask for file_path as parameter of remote fetching functions instead of both d...Hind-M
2022-03-02Modifications following PR reviewHind-M
2022-02-07Del used variables before removing foldersHind-M
2022-02-07Separate tests into different functions and remove all test folders at the endHind-M
2022-02-07Test get_data_home and clear_data_home on a separate folderHind-M
2022-02-04Add forgotten module name before func callHind-M
2022-02-04Store fetched datasets in user directory by defaultHind-M
2022-02-03Remove archive folder before testing wrapping functionsHind-M
2022-02-02Another attempt to fix windows failing test: move fetch_bunny to the endHind-M
2022-02-02Try to fix failing test in windowsHind-M
2022-02-02Modify remote fetching test to increase its coverageHind-M
2022-02-01Fetch spiral_2d.npy file instead of csvHind-M
2022-01-28Return arrays of points instead of files paths when fetching bunny.npy and sp...Hind-M
2021-11-15Print files licenses when availableHind-M
2021-06-07Add test with wrong checksumHind-M
2021-06-04Remove checksum_flag parameter and use value of 'file_checksum is not None' i...Hind-M
2021-06-03Modify urls to point to GUDHI/gudhi-data repoHind-M
2021-06-02Modify test to consider both slash and backslash in the returned file pathHind-M
2021-06-02Add wrapping function to fecth spiral_2d.csv directlyHind-M
2021-06-01First version allowing to fetch remote datasetsHind-M