Skip to content

Commit 03d3626

Browse files
committed
update doc comments
1 parent c7c6641 commit 03d3626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/q_analysis/simplicial_complex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def to_numpy(self, max_order: int | None = None, fill_value: float = np.nan):
5555
class GradedParameters:
5656
"""
5757
Represents a collection of GradedParameterSet objects.
58-
This is typically the result of computing multiple Q-analysis vectors.
58+
This is typically the result of computing multiple Q-analysis graded parameters.
5959
"""
6060
def __init__(self, parameters: dict[str, GradedParameterSet]):
6161
self.parameters = parameters

src/q_analysis/stat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def consensus_statistic(
3131
max_order=None,
3232
):
3333
"""
34-
Calculates the difference in Q-analysis vectors between consensus simplicial complexes
34+
Calculates the difference in Q-analysis graded parameters between consensus simplicial complexes
3535
derived from two sets of adjacency matrices.
3636
"""
3737
consensus_axis = 0

0 commit comments

Comments
 (0)