From 5d635488045ba970dda16fecab483a58d15118dd Mon Sep 17 00:00:00 2001 From: Luis Scoccola Date: Wed, 15 Nov 2023 11:54:46 +0000 Subject: [PATCH] docs: add clarification in docstring --- dreimac/emcoords.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dreimac/emcoords.py b/dreimac/emcoords.py index e9dda06..beb46cd 100644 --- a/dreimac/emcoords.py +++ b/dreimac/emcoords.py @@ -103,7 +103,8 @@ def get_representative_cocycle(self, cohomology_class, homological_dimension): Cohomological birth of the linear combination or single cocycle cocycle: ndarray(K, homological_dimension+2, dtype=int) Representative cocycle. First homological_dimension+1 columns are vertex indices, - and last column takes values in finite field corresponding to self._prime + and last column takes values in finite field corresponding to self._prime. + The number of rows K is the number of simplices on which the cocycle is non-zero. """ assert isinstance(cohomology_class, int)