summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-06-07 14:57:41 +0200
committerHind-M <hind.montassif@gmail.com>2022-06-07 14:57:41 +0200
commit2d20991dd44c621b7becd06c086948f666de4da4 (patch)
treec28dd6d0ebc1e70dd645dfc3501e194978598988
parentca724df0c8946bd40afb8e22c24d05329f43c16c (diff)
Rephrase description for fetch functions
-rw-r--r--src/python/gudhi/datasets/remote.py4
1 files changed, 2 insertions, 2 deletions
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.