summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-01-07 13:31:18 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-01-07 13:31:18 +0100
commit6a7a7b6d6d81946dd903f68f525389ab2fd51f71 (patch)
tree5237f4a97def50f710ac5b1462343386832bc57c
parent44484a8f9242e45ead34cb49226df015c4b6c19a (diff)
Doc review: anything convertible to a numpy ndarray
-rw-r--r--src/python/gudhi/cubical_complex.pyx2
-rw-r--r--src/python/gudhi/periodic_cubical_complex.pyx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/python/gudhi/cubical_complex.pyx b/src/python/gudhi/cubical_complex.pyx
index 63911478..b7047d4f 100644
--- a/src/python/gudhi/cubical_complex.pyx
+++ b/src/python/gudhi/cubical_complex.pyx
@@ -60,7 +60,7 @@ cdef class CubicalComplex:
:param top_dimensional_cells: A multidimensional array of cells
filtration values.
- :type top_dimensional_cells: numpy ndarray or list of list of double
+ :type top_dimensional_cells: anything convertible to a numpy ndarray
Or
diff --git a/src/python/gudhi/periodic_cubical_complex.pyx b/src/python/gudhi/periodic_cubical_complex.pyx
index 3c0f529b..eb96ab5f 100644
--- a/src/python/gudhi/periodic_cubical_complex.pyx
+++ b/src/python/gudhi/periodic_cubical_complex.pyx
@@ -62,7 +62,7 @@ cdef class PeriodicCubicalComplex:
:param top_dimensional_cells: A multidimensional array of cells
filtration values.
- :type top_dimensional_cells: numpy ndarray or list of list of double
+ :type top_dimensional_cells: anything convertible to a numpy ndarray
:param periodic_dimensions: A list of top dimensional cells periodicity value.
:type periodic_dimensions: list of boolean