From 2d20991dd44c621b7becd06c086948f666de4da4 Mon Sep 17 00:00:00 2001 From: Hind-M Date: Tue, 7 Jun 2022 14:57:41 +0200 Subject: Rephrase description for fetch functions --- src/python/gudhi/datasets/remote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/python/gudhi') diff --git a/src/python/gudhi/datasets/remote.py b/src/python/gudhi/datasets/remote.py index 48bdcfa6..f6d3fe56 100644 --- a/src/python/gudhi/datasets/remote.py +++ b/src/python/gudhi/datasets/remote.py @@ -142,7 +142,7 @@ def _get_archive_path(file_path, label): def fetch_spiral_2d(file_path = None): """ - Fetch spiral_2d dataset remotely. + Load the spiral_2d dataset. Note that if the dataset already exists in the target location, it is not downloaded again, and the corresponding array is returned from cache. @@ -174,7 +174,7 @@ def fetch_spiral_2d(file_path = None): def fetch_bunny(file_path = None, accept_license = False): """ - Fetch Stanford bunny dataset remotely and its LICENSE file. + Load the Stanford bunny dataset. This dataset contains 35947 vertices. -- cgit v1.2.3